Skip to content

Commit

Permalink
Update README.md (#185)
Browse files Browse the repository at this point in the history
Fixed documentation using venv instead of virtualenv
  • Loading branch information
cheveuxdelin authored Sep 17, 2024
1 parent 9704fb8 commit 1958505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InferenceSystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Note: We use Python 3, specifically tested with Python 3.7.4
# How to run the InferenceSystem locally
## Create a virtual environment

1. In your working directory, run `pip install virtualenv && virtualenv inference-venv`. This creates a directory `inference-venv` with relevant files/scripts.
1. In your working directory, run `python -m venv inference-venv`. This creates a directory `inference-venv` with relevant files/scripts.
2. On Mac or Linux, activate this environment with `source inference-venv/bin/activate` and when you're done, `deactivate`

On Windows, activate with `.\inference-venv\Scripts\activate.bat` and `.\inference-venv\Scripts\deactivate.bat` when done
Expand Down

0 comments on commit 1958505

Please sign in to comment.