Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 316 Bytes

ENV_PREPARE.md

File metadata and controls

6 lines (6 loc) · 316 Bytes

On Ubuntu 22.04:

  1. Use Python 3.10
  2. Install Conda
  3. Install libraries $ conda create --name <env> --file requirements.txt
  4. Run Jupyter notebook $ jupyter notebook
  5. Select and start the notebook air_pressure_comparing.ipynb