Skip to content

Windows Installation Steps

Joe Durbak edited this page Aug 29, 2023 · 3 revisions

Set up the conda environment

Create the conda environment

conda create -n plp numpy scipy astropy matplotlib pandas jinja2 ipython jupyter simplejson pypeit

Activate the conda environment

conda activate plp

Install pip packages

pip install stsci.image

error: Microsoft Visual C++ 14.0 or greater is required

If you get the Microsoft Visual C++ 14.0 error, install the build tools:

  1. Follow the steps to install build tools in this stackoverflow post
  2. Retry the pip command

Clone the repository

git clone [email protected]:astroumd/plp.git