Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 755 Bytes

installation.rst

File metadata and controls

49 lines (33 loc) · 755 Bytes

Installation

Requirements

  • python 3.7
  • pytorch 1.5
  • h5py
  • matplotlib
  • numpy
  • pandas
  • scikit-learn
  • scipy
  • seaborn
  • setuptools
  • tqdm

Optional GPU support: CUDA Toolkit, cuDNN

Set up environment

$ git clone https://github.com/samsledje/D-SCRIPT.git

$ cd D-SCRIPT

$ conda env create --file environment.yml # Edit this file to change CUDA version if necessary

$ conda activate dscript

Install from pip

pip install dscript

Build from source

$ git clone https://github.com/samsledje/D-SCRIPT.git

$ cd D-SCRIPT

$ python setup.py build; python setup.py install