@@ -18,7 +18,7 @@ INSTALLATION
1818pyobjcryst is available for Python 3.7 (deprecated), and 3.8 to 3.11.
1919
2020Note 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
22223.9 using a `pypy ` environment rather than the regular cpython interpreter.
2323
2424Using conda (recommended)
@@ -101,7 +101,7 @@ displayed in a jupyter notebook:
101101 ``py3dmol `` and ``ipywidgets `` modules. See the notebook
102102 ``examples/cystal_3d_widget.ipynb ``
103103* 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
105105 notebook ``examples/cimetidine-structure-solution-powder.ipynb ``
106106
107107In short, ``pip install jupyter matplotlib ipywidgets py3dmol ``
@@ -162,6 +162,7 @@ Quick conda environment from libobjcryst and pyobjcryst sources
162162
163163If ``conda `` is available, you can create a pyobjcryst environment
164164from the git repositories (downloaded in the current directory) using::
165+
165166 conda create --yes --name pyobjcryst numpy matplotlib ipywidgets jupyter
166167 conda install --yes -n pyobjcryst -c conda-forge boost scons py3dmol
167168 conda activate pyobjcryst
0 commit comments