We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3066254 commit ba02835Copy full SHA for ba02835
README.rst
@@ -71,7 +71,7 @@ To add "conda-forge" to the conda channels, run the following in a terminal. ::
71
We want to install our packages in a suitable conda environment.
72
The following creates and activates a new environment named ``diffpy.fourigui_env`` ::
73
74
- conda create -n diffpy.fourigui_env python=3
+ conda create -n diffpy.fourigui_env diffpy.fourigui
75
conda activate diffpy.fourigui_env
76
77
To confirm that the installation was successful, type ::
0 commit comments