diff --git a/README.md b/README.md index 38b1e94..d583dd3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ | 2032_2 | 0.17 | 57.8 | 21.7% | 0.3% | 2.7% | 1.2% | | 4171_1 | 0.07 | 173.9 | 58.1% | 1.6% | 2.1% | 0.5% | -There's a [command-line interface](https://camelot-py.readthedocs.io/en/latest/user/cli.html) too! +There's a [command-line interface](https://camelot-py.readthedocs.io/en/master/user/cli.html) too! **Note:** Camelot only works with text-based PDFs and not scanned documents. (As Tabula [explains](https://github.com/tabulapdf/tabula#why-tabula), "If you can click and drag to select text in your table in a PDF viewer, then your PDF is text-based".) @@ -66,7 +66,7 @@ $ conda install -c camelot-dev camelot-py ### Using pip -After [installing the dependencies](https://camelot-py.readthedocs.io/en/latest/user/install.html#using-pip) ([tk](https://packages.ubuntu.com/trusty/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can simply use pip to install Camelot: +After [installing the dependencies](https://camelot-py.readthedocs.io/en/master/user/install.html#using-pip) ([tk](https://packages.ubuntu.com/trusty/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can simply use pip to install Camelot:
$ pip install camelot-py[all]
@@ -74,7 +74,7 @@ $ pip install camelot-py[all]
### From the source code
-After [installing the dependencies](https://camelot-py.readthedocs.io/en/latest/user/install.html#using-pip), clone the repo using:
+After [installing the dependencies](https://camelot-py.readthedocs.io/en/master/user/install.html#using-pip), clone the repo using:
$ git clone https://www.github.com/socialcopsdev/camelot
@@ -93,7 +93,7 @@ Great documentation is available at [http://camelot-py.readthedocs.io/](http://c
## Development
-The [Contributor's Guide](https://camelot-py.readthedocs.io/en/latest/dev/contributing.html) has detailed information about contributing code, documentation, tests and more. We've included some basic information in this README.
+The [Contributor's Guide](https://camelot-py.readthedocs.io/en/master/dev/contributing.html) has detailed information about contributing code, documentation, tests and more. We've included some basic information in this README.
### Source code
diff --git a/docs/user/install.rst b/docs/user/install.rst
index 7bfd97c..ac2cf1f 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -112,4 +112,4 @@ After `installing the dependencies`_, you can install from the source by:
$ cd camelot
$ pip install ".[all]"
-.. _installing the dependencies: https://camelot-py.readthedocs.io/en/latest/user/install.html#using-pip
\ No newline at end of file
+.. _installing the dependencies: https://camelot-py.readthedocs.io/en/master/user/install.html#using-pip
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
new file mode 100755
index 0000000..fdbb1c9
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,7 @@
+click>=6.7
+matplotlib>=2.2.3
+numpy>=1.13.3
+openpyxl>=2.5.8
+pandas>=0.23.4
+pdfminer.six>=20170720
+PyPDF2>=1.26.0
\ No newline at end of file