Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 347 Bytes

pyquante-playground

Experimentng with pyquante2.

  • Create the pp37 conda environment and activate it:
$ conda env create -f pp37.yml
$ conda activate pp37
  • Clone pyquante2.
  • In the root of the pyquante2 repo, build pyquante2 then install it into the pp37 conda environment using pip:
python setup.py build
pip install -e .