forked from njmiller/plp
-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Installation Steps
Joe Durbak edited this page Aug 29, 2023
·
3 revisions
conda create -n plp numpy scipy astropy matplotlib pandas jinja2 ipython jupyter simplejson pypeit
conda activate plp
pip install stsci.image
If you get the Microsoft Visual C++ 14.0 error, install the build tools:
- Follow the steps to install build tools in this stackoverflow post
- Retry the pip command
git clone [email protected]:astroumd/plp.git