InstallationΒΆ
1- Download and install miniconda from: https://docs.conda.io/en/latest/miniconda.html
2- Update conda in a terminal window or anaconda prompt:
conda update conda
3- Create a new environment for PFAS_SAT:
conda create --name PFAS_SAT python=3.7 graphviz
4- Activate the environment (Windows users):
conda activate PFAS_SAT
Note: If you are using Linux or macOS:
source activate PFAS_SAT
5- Install PFAS_SAT in the environment:
pip install PFAS_SAT
6- Only for Windows user (If you are using Linux or macOS, go to the next step). Make sure that bin/
subdirectory of Graphviz which contains
the layout commands for rendering graph descriptions (dot) is on your system path: On the command-line, dot -V
should print the version
of your Graphviz.
7- Open python to run PFAS_SAT:
python
8- Run PFAS_SAT in python:
import PFAS_SAT import ps
ps.PFAS_SAT()