Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.57 KB

README.md

File metadata and controls

55 lines (46 loc) · 1.57 KB

pySpextool

Python code to reduce data obtained with the SpeX spectrograph.

Installation Instructions

  1. Install miniconda, if you don't have it already.

  2. Clone the pyspextool repository to your local computer

    git clone https://github.com/pyspextool/pyspextool.git
    
  3. navigate into the pyspextool directory

    cd pyspextool/
    
  4. Make a pyspextool conda environment and install necessary dependencies

    conda env create -f environment.yml
    
  5. Activate the new environment

    conda activate pyspextool
    
  6. Install the package

    pip install -e ./