mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Fix the virtualenv activation command for Windows (fixes #287)
This commit is contained in:
@@ -87,6 +87,10 @@ Now you must activate this environment. You will need to run this command every
|
||||
|
||||
$ source ./env/bin/activate
|
||||
|
||||
On Windows, the command is slightly different:
|
||||
|
||||
$ .\env\Scripts\activate
|
||||
|
||||
Next, use pip to install the required python packages. If you are not using virtualenv, you should add the `--user` option (alternatively you could install the libraries system-wide, but this will probably require administrator rights, e.g. using `sudo pip3` instead of `pip3` on Linux).
|
||||
|
||||
$ pip3 install --upgrade -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user