Skip to content

Commit

Permalink
add install local install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Nov 2, 2023
1 parent 04d08e9 commit b4bbac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ conda activate torchcfm

# install requirements
pip install -r requirements.txt

# install torchcfm
pip install -e .
```

To run our jupyter notebooks, use the following commands after installing our package.
Expand Down

0 comments on commit b4bbac9

Please sign in to comment.