Installation

For package contributors

Noticed a bug, want to improve the documentation? Great! Want to dive into the code directly on your local machine? Make sure to have the development environment setup:

  • Fork the project repository by clicking on the ‘Fork’ button near the top right of the page. This creates a copy of the code under your personal GitHub user account.

  • Clone the Github repo:

$ git clone https://github.com/YOUR-GITHUB-USERNAME/pygada
  • Create a development environment, for example using conda:

# using conda:
  $ conda env create -f environment.yml
  $ conda activate pygada