Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan authored Aug 10, 2024
1 parent 70385fd commit 7bd4267
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 @@ -34,8 +34,8 @@ By installing this environment, you can run the following:
- CIRCA, Nsigma, Dummy

```bash
python3.10 -m venv env
. env/bin/activate
python3.10 -m venv env-dev
. env-dev/bin/activate
pip install pip==20.0.2
pip install -e .[dev]
```
Expand Down

0 comments on commit 7bd4267

Please sign in to comment.