Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Developer Setup

Nicholas Earl edited this page May 21, 2018 · 5 revisions

Fork and Clone

These are instructions for the current sprint work...

  1. Fork the repo https://github.com/spacetelescope/specviz into your own area
  2. Clone your repo to your machine https://github.com/<your github>/specviz
  3. Checkout the specutils_refactor branch.
  4. Create a working branch off there.

Development Environment

For the virtual development environment.

  1. Download the environment file:
$ curl -o specviz_dev_environment.yml https://gist.githubusercontent.com/nmearl/faf3e8cb4e68e829c6b20272e7fc8408/raw/ee9ec53a139d95260626fbe8a91e57f0be962316/environment.yml
  1. Create the environment:
conda env create -f specviz_dev_environment.yml
Clone this wiki locally