Skip to content

Commit 62417e0

Browse files
committed
Update readme
1 parent acd19ec commit 62417e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ INSTALLATION
1818
pyobjcryst is available for Python 3.7 (deprecated), and 3.8 to 3.11.
1919

2020
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
2222
3.9 using a `pypy` environment rather than the regular cpython interpreter.
2323

2424
Using 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

107107
In short, ``pip install jupyter matplotlib ipywidgets py3dmol``
@@ -162,6 +162,7 @@ Quick conda environment from libobjcryst and pyobjcryst sources
162162

163163
If ``conda`` is available, you can create a pyobjcryst environment
164164
from 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

Comments
 (0)