-
Notifications
You must be signed in to change notification settings - Fork 3
Package Install Instructions
Rose Pearson edited this page Aug 3, 2021
·
9 revisions
You can use this package 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
- Set up a virtual environment (i.e. conda) using the environment.yml in the repository root to run from
- Ensure the required credentials are setup. See Package Requirements for instructions.