We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aa591 commit 9fabfc4Copy full SHA for 9fabfc4
1 file changed
README.rst
@@ -107,18 +107,14 @@ Another option is to use ``pip`` to download and install the latest release from
107
108
Ensure that you have a C++ compiler and the necessary dependencies installed mentioned above:
109
110
-For macOS: ::
111
-
112
- brew install gsl
113
- brew install gcc
114
115
-For Ubuntu: ::
+To install using ``pip`` into your ``diffpy.pdffit2_env`` environment, type ::
116
117
- sudo apt-get update
118
- sudo apt-get install libgsl-dev
119
- sudo apt-get install g++
+ conda install \
+ --file requirements/test.txt \
+ --file requirements/run.txt \
+ --file requirements/build.txt
120
121
-To install using ``pip`` into your ``diffpy.pdffit2_env`` environment, type ::
+And then type ::
122
123
pip install diffpy.pdffit2
124
0 commit comments