Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1 KB

File metadata and controls

35 lines (24 loc) · 1 KB

Installation instructions

To be included in the Documentation:

Getting started...

How to install

What are features of your software

Which documentation tools you are using... --> MYST

We recommend that you install the satellite system objects (SSO) generator in a conda environment.

If you don't have conda already, you can find it here: Miniconda following the instructions for your operating system. Once you have miniconda, create a new conda environment using the (LINK UPDATE) myenv.yml file.

In a terminal (or Anaconda Powershell prompt for Windows), run:

conda env create -f myenv.yml

Then, activate the conda environment:

conda activate my-env

Clone the repository and pip install:

git clone https://gitlab.com/link/to/your/repo-name.git
cd repo-name
pip install .