git clone https://github.com/andykr1k/chemml.git
cd chemml
Windows
py -m venv env
.\env\Scripts\activate
Linux
python -m venv env
source env/bin/activate
Windows
pip install -r win_requirements.txt
Linux
pip install -r requirements.txt
Run main.ipynb for current work
git add .
git commit -m "<Write commit msg here>"
git push
git pull