Update method to activate the environment
Update method to activate the environment using ```source``` instead of ```.``` (dot)
This commit is contained in:
parent
776bf09fdf
commit
2f43ec015f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ Before you work on your project, activate the corresponding environment:
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ . venv/bin/activate
|
||||
$ source venv/bin/activate
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue