Statistics examples in Python.
- Python3
For the first time:
Create a virtual environment:
make venv
Activate the virutal environment:
. venv/bin/activate
For VScode terminal, add this in settings.json
"python.terminal.activateEnvironment": true,
"python.venvPath": "Add_Venv_DirectoryPath_here",Install libraries
make setup
make freeze