Skip to content

Commit

Permalink
change virtualenv with venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jan 19, 2024
1 parent cf7d251 commit 50e3cfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Webpage/03-pytorch-gan.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ For this lab work, you are provided with environment setup files [requirements.t
On the CentraleSupelec clusters, I advise you to proceed as :

``` console
sh11:~:mylogin$ python3 -m pip install virtualenv --user
sh11:~:mylogin$ virtualenv -p python3 $TMPDIR/venv
sh11:~:mylogin$ python3 -m venv $TMPDIR/venv
sh11:~:mylogin$ source $TMPDIR/venv/bin/activate
(venv) sh11:~:mylogin$ python -m pip install -r requirements.txt
(venv) sh11:~:mylogin$ python -m pip install -r requirements.txt
```


Expand Down

0 comments on commit 50e3cfb

Please sign in to comment.