Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakharkaran authored Jul 1, 2023
1 parent 700eafa commit d5c5d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd py2d && pip install -e ./

## Requirements

- python 3.10
- python 3.9
- [jax](https://pypi.org/project/jax/)
- [scipy](https://pypi.org/project/scipy/)
- [numpy](https://pypi.org/project/numpy/)
Expand All @@ -43,7 +43,7 @@ cd py2d && pip install -e ./
**Set up a new python environment and install the required libraries**
```
conda create -n jax python=3.10
conda create -n jax python=3.9
conda activate jax
conda install numpy scipy scikit-learn prettytable
conda install -c conda-forge cudnn=8.8.0.121
Expand Down

0 comments on commit d5c5d36

Please sign in to comment.