Skip to content

Commit

Permalink
Update README.md to use .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
aterrel authored Feb 22, 2025
1 parent 266d171 commit 04a56b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jupyter-book build DISCOVER
### If Using pip
1. Create a Virtual Environment (optional)
```sh
python -m venv myenv
python -m venv .venv
```
2. Activate the virtual Environment (optional)
- on Windows:
```sh
myenv\Scripts\activate
.venv\Scripts\activate
```
- on macOS/Linux:
```sh
source myenv/bin/activate
source .venv/bin/activate
```
3. Install the required dependencies
```sh
Expand Down

0 comments on commit 04a56b7

Please sign in to comment.