... | ... | @@ -12,7 +12,7 @@ To set up the python interpreter on your machine see [Python SetUp](https://docs |
|
|
<br><br>
|
|
|
After the Python interpreter is correctly installed on your machine, you must open the terminal and or the prompt to set up the virtual environment.
|
|
|
Verify if you have the 'pip' installed typing on the terminal
|
|
|
> pip --version
|
|
|
>`pip --version`
|
|
|
|
|
|
If installed, the current version of pip was shown and you can proceed with the enviroment configuration, if not you can download and install
|
|
|
pip through this link [Pip Installation](https://pip.pypa.io/en/stable/installing/)
|
... | ... | @@ -47,7 +47,7 @@ On the terminal type |
|
|
|
|
|
<br><br>
|
|
|
Going to the project folder you must type:
|
|
|
> pipenv install
|
|
|
>`pipenv install`
|
|
|
|
|
|
* It will install all the required dependencies in the project using as parameter the Pipfile in the root of the project directory.
|
|
|
|
... | ... | |