Skip to content

Commit cba1491

Browse files
authored
[MRG] Minor update to install instructions and license statements (#558)
2 parents fa259a0 + c6ccffa commit cba1491

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ conda install -c conda-forge camelot-py
7676

7777
### Using pip
7878

79-
After [installing the dependencies](https://camelot-py.readthedocs.io/en/latest/user/install-deps.html) ([tk](https://packages.ubuntu.com/bionic/python/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can also just use pip to install Camelot:
79+
You can also use pip to install Camelot:
8080

8181
```bash
82-
pip install "camelot-py[base]"
82+
pip install "camelot-py"
8383
```
8484

85-
### From the source code
85+
Note that [additional dependencies](https://camelot-py.readthedocs.io/en/latest/user/install-deps.html) may be required if you want to use the non-default backend [ghostscript](https://www.ghostscript.com/).
8686

87-
After [installing the dependencies](https://camelot-py.readthedocs.io/en/latest/user/install.html#using-pip), clone the repo using:
87+
### From the source code
8888

8989
```bash
9090
git clone https://github.com/camelot-dev/camelot.git
@@ -97,6 +97,8 @@ cd camelot
9797
pip install "."
9898
```
9999

100+
Note that [additional dependencies](https://camelot-py.readthedocs.io/en/latest/user/install-deps.html) may be required if you want to use the non-default backend [ghostscript](https://www.ghostscript.com/).
101+
100102
## Documentation
101103

102104
The documentation is available at [http://camelot-py.readthedocs.io/](http://camelot-py.readthedocs.io/).
@@ -120,3 +122,6 @@ Camelot uses [Semantic Versioning](https://semver.org/). For the available versi
120122
## License
121123

122124
This project is licensed under the MIT License, see the [LICENSE](https://github.com/camelot-dev/camelot/blob/master/LICENSE) file for details.
125+
126+
The documentation theme is licensed under a seperate BSD-like License, see the [LICENSE](https://github.com/camelot-dev/camelot/blob/master/docs/_themes/LICENSE) file for details.
127+

0 commit comments

Comments
 (0)