Skip to content
Snippets Groups Projects
Commit 9d5fa2df authored by kendrick herzberg's avatar kendrick herzberg
Browse files

add informations for installation

parent 00ebbb6d
No related branches found
No related tags found
No related merge requests found
.venv
.vscode
.ipynb_checkpoints
\ No newline at end of file
......@@ -29,13 +29,14 @@ cd prix-carburants
```
### Creation of the virtual environment and installation of packages (Linux)
These scripts require Python3, Jupyterlab and Pandas.
These scripts require Python3, Jupyterlab and Pandas and requests.
```shell
python3 -m venv .venv
source .venv/bin/activate
pip install jupyterlab
pip install pandas
pip install requests
```
### Application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment