Skip to content

Commit

Permalink
remove conda instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timudk committed Jan 9, 2025
1 parent 99e2286 commit 6cd49f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ cd $HOME/flux
# Using pyvenv
python3.10 -m venv .venv
source .venv/bin/activate

# Using conda (Optional)
conda create -n flux python=3.10 -y
conda activate flux

pip install -e ".[all]"
```

Expand Down

0 comments on commit 6cd49f5

Please sign in to comment.