Update method to activate the environment

Update method to activate the environment using ```source``` instead of ```.``` (dot)
This commit is contained in:
Miftah Afina 2021-11-18 08:32:09 +07:00 committed by GitHub
parent 776bf09fdf
commit 2f43ec015f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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