python -m venv myenv source myenv/bin/activate pip install numpy pip install pandas pip install matplotlib deactivate