Skip to content

Commit b188c8a

Browse files
authored
Merge pull request #65 from kandersolar/installation-doc
Installation: recommend `[optional]` instead of `[all]`
2 parents dd98591 + d78621b commit b188c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ The package can be installed from [PyPI](https://pypi.org/project/solposx/) with
66

77
Some functions require additional optional dependencies, e.g., the Python packages [skyfield](https://pypi.org/project/skyfield/) and [sg2](https://pypi.org/project/sg2). For convenience, the optional dependencies can be installed with the following command:
88

9-
pip install solposx[all]
9+
pip install solposx[optional]
1010

1111
The source code is openly developed on [GitHub](https://github.com/AssessingSolar/solposx).

0 commit comments

Comments
 (0)