Package Install Instructions - rosepearson/GeoFabrics GitHub Wiki

Import using pip install git+

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

Check out the repository

Alternatively, you can checkout the repository and run from source.

  1. Checkout the repository (i.e. git clone [email protected]:rosepearson/GeoFabrics.git)
  2. Set up a virtual environment (i.e. conda) to run from using the environment_windows.yml or environment_linux.yml files contained the repository root
  3. Ensure the required credentials are setup. See Package Requirements for instructions.