Skip to content

Commit

Permalink
adding windows command readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpiguave committed Sep 29, 2023
1 parent 4ca7b68 commit cd52d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda env create -f env.yaml
You can also use pip to create the environment
```
python -m venv venv
source venv/bin/activate
source venv/bin/activate (Linux) / venv\Scripts\Activate.ps1 (Windows)
pip install -r requirements.txt
```

Expand Down

0 comments on commit cd52d44

Please sign in to comment.