Python modules for general FRG use
The following instructions assume that python 3.x and pip are already installed.
- Open a terminal/command prompt window
- note: if using Anaconda, use the Anaconda prompt, not OS prompt!
- run
pip install 'git+https://github.com/fenning-research-group/Python-Utilities.git#egg=frgtools&subdirectory=FrgTools'
If you have previously installed frgtools and are looking to upgrade to a more recent version, run pip install 'git+https://github.com/fenning-research-group/Python-Utilities.git#egg=frgtools&subdirectory=FrgTools' --upgrade