-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced references to astroconda with conda-forge #137
base: master
Are you sure you want to change the base?
Conversation
Also modified installation instructions to reflect switch to conda-forge.
Now we're ready to install the STScI Software Stack, we'll accomplish this by setting up a fresh Conda environment. | ||
Run the following command, you can change "stisenv" to be whatever name for the environment you wish. | ||
|
||
.. code-block:: sh | ||
|
||
$ conda create -n stisenv python=3.7 stsci | ||
$ conda create -n stisenv --file [insert URL of conda environment YAML file here] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a recommended file?
|
|
The simplest way to install stistools is actually to do |
Changed to a draft PR since we don't want to publish these new instructions until a new build is available. |
|
Also modified installation instructions to reflect switch to conda-forge.