Skip to content

Commit b98ab6c

Browse files
committed
Update test requirements files and docs
1 parent 88b0b3c commit b98ab6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ additional dependencies are required to run the tests and build the docs.
7575
.. code:: bash
7676
7777
pip install . # Install with no additional dependencies
78-
pip install .[tests] # Install with dependencies required to run tests
78+
pip install .[sympy] # Install with sympy for symbolic unit cell math
79+
pip install .[tests] # Install with dependencies required to run tests (including sympy)
7980
pip install .[tests,doc] # Install with dependencies required to run tests and make docs
8081
8182
Dependencies

tests/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ gemmi
33
pycifrw<5.0.0
44
pytest
55
pytest-doctestplus
6+
sympy

0 commit comments

Comments
 (0)