@@ -18,7 +18,7 @@ INSTALLATION
18
18
pyobjcryst is available for Python 3.7 (deprecated), and 3.8 to 3.11.
19
19
20
20
Note regarding windows: on conda-forge, pyobjcryst 2.2.3 is available
21
- for python3.7 only, and version 2.2.4 is available for python 3.8 and
21
+ for python3.7 only, and versions >= 2.2.4 are available for python 3.8 and
22
22
3.9 using a `pypy ` environment rather than the regular cpython interpreter.
23
23
24
24
Using conda (recommended)
@@ -101,7 +101,7 @@ displayed in a jupyter notebook:
101
101
``py3dmol `` and ``ipywidgets `` modules. See the notebook
102
102
``examples/cystal_3d_widget.ipynb ``
103
103
* a PowderPattern can be displayed (and live-updated) if
104
- ``matplotlib `` (and optionnally ``ipympl ``) are installed. See the
104
+ ``matplotlib `` (and optionally ``ipympl ``) are installed. See the
105
105
notebook ``examples/cimetidine-structure-solution-powder.ipynb ``
106
106
107
107
In short, ``pip install jupyter matplotlib ipywidgets py3dmol ``
@@ -162,6 +162,7 @@ Quick conda environment from libobjcryst and pyobjcryst sources
162
162
163
163
If ``conda `` is available, you can create a pyobjcryst environment
164
164
from the git repositories (downloaded in the current directory) using::
165
+
165
166
conda create --yes --name pyobjcryst numpy matplotlib ipywidgets jupyter
166
167
conda install --yes -n pyobjcryst -c conda-forge boost scons py3dmol
167
168
conda activate pyobjcryst
0 commit comments