-
Notifications
You must be signed in to change notification settings - Fork 11
Package Install Instructions
Rose Pearson edited this page Aug 19, 2021
·
7 revisions
You can use this package without downloading the source by using pip to install the package and dependencies. The following commands show how to do this in a conda terminal to add it to that environment, where you must either specify environment_windows.yml
or environment_linux.yml
depending on your operating system. Each file is located in the root repository folder. Sorry there is no macOS support at this stage.
conda env create -f environment_[windows|linux].yml
conda activate geofabrics
pip install git+https://github.com/rosepearson/GeoFabrics
Alternatively, you can checkout the repository and run from source.
- Checkout the repository (i.e.
git clone [email protected]:rosepearson/GeoFabrics.git
) - Set up a virtual environment (i.e. conda) to run from using the
environment_windows.yml
orenvironment_linux.yml
files contained the repository root - Ensure the required credentials are setup. See Package Requirements for instructions.