Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 438 Bytes

geo-climate

Get started

Make sure you have python +3.9 installed Create a new python environment

cd your-projects
git clone https://github.com/huogerac/geo-climate.git
cd geo-climate
python -m venv .venv

Active the environment and install the dependencies

source .venv/bin/activate
pip install -r requirements.txt

Run the jupyter

jupyter notebook

Check the initial idea

v1