marktodisco / solids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the solids package

Installation

  1. Download package via git clone (reccomended) or download ZIP file and uncompress contents.
  2. Navigate to the root folder
    • Windows: cd .\solids
    • Linux/Mac: cd ./solids
  3. Choose one of the following installation methods
    1. Create a conda environment and install solids package (recommended)
      • Replace <NAME> with the name of your conda environment
      • conda env create -n <NAME> -f environment.yml
      • conda activate <NAME>
    2. Install without using a conda environment
      • pip install -e .

About


Languages

Language:Python 77.0%Language:Jupyter Notebook 21.1%Language:Batchfile 1.0%Language:Makefile 0.8%