- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Open
Description
Problem
README.rst auto-generated by scikit-package is missing a conda install line.
We want to install our packages in a suitable conda environment.
The following creates and activates a new environment named diffpy.fourigui_env ::
    conda create -n diffpy.fourigui_env diffpy.fourigui
    conda activate diffpy.fourigui_env
To confirm that the installation was successful, type ::
    python -c "import diffpy.fourigui; print(diffpy.fourigui.__version__)"
Proposed solution
Edit README.rst (and scikit-package?) to add these lines between conda activate ... and "To confirm that the installation was successful..."
Then, to fully install fourigui in our active environment, run ::
    conda install fourigui
Metadata
Metadata
Assignees
Labels
No labels