Skip to content
Snippets Groups Projects
Commit 378366ac authored by Ghislain DURIF's avatar Ghislain DURIF
Browse files

init Python uv env setup for fidle training

parents
Branches
No related tags found
No related merge requests found
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Python uv env for fidle
1. To setup the environment, run:
```python
uv init
uv sync
```
2. To get fidle materials and datasets, run:
```python
uv run fid install
```
3. To start the notebook server, run:
```python
uv run jupyter lab
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment