We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b0b3c commit b98ab6cCopy full SHA for b98ab6c
README.rst
@@ -75,7 +75,8 @@ additional dependencies are required to run the tests and build the docs.
75
.. code:: bash
76
77
pip install . # Install with no additional dependencies
78
- pip install .[tests] # Install with dependencies required to run tests
+ pip install .[sympy] # Install with sympy for symbolic unit cell math
79
+ pip install .[tests] # Install with dependencies required to run tests (including sympy)
80
pip install .[tests,doc] # Install with dependencies required to run tests and make docs
81
82
Dependencies
tests/requirements.in
@@ -3,3 +3,4 @@ gemmi
3
pycifrw<5.0.0
4
pytest
5
pytest-doctestplus
6
+sympy
0 commit comments