Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jax3d/projects/nesf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Using conda, create and activate a virtual environment, which will allow safe
installation of dependencies (based on Python 3.10.8):

```shell
conda create -m nesf
conda create -n nesf
conda activate nesf
conda install python
```
Expand Down