You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
80
80
81
81
```bash
82
-
pip install "camelot-py[base]"
82
+
pip install "camelot-py"
83
83
```
84
84
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/).
86
86
87
-
After [installing the dependencies](https://camelot-py.readthedocs.io/en/latest/user/install.html#using-pip), clone the repo using:
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
+
100
102
## Documentation
101
103
102
104
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
120
122
## License
121
123
122
124
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.
0 commit comments