Skip to content

Commit

Permalink
Merge pull request atlanhq#166 from stevestock/patch-1
Browse files Browse the repository at this point in the history
Update install.rst
  • Loading branch information
vinayak-mehta authored Jul 20, 2020
2 parents 5efbcdc + e5b143d commit 4b08165
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A great way to start contributing to Camelot is to pick an issue tagged with the
To install the dependencies needed for development, you can use pip:

<pre>
$ pip install camelot-py[dev]
$ pip install "camelot-py[dev]"
</pre>

Alternatively, you can clone the project repository, and install using pip:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $ conda install -c conda-forge camelot-py
After [installing the dependencies](https://camelot-py.readthedocs.io/en/master/user/install-deps.html) ([tk](https://packages.ubuntu.com/bionic/python/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can simply use pip to install Camelot:

<pre>
$ pip install camelot-py[cv]
$ pip install "camelot-py[cv]"
</pre>

### From the source code
Expand Down Expand Up @@ -113,7 +113,7 @@ $ git clone https://www.github.com/camelot-dev/camelot
You can install the development dependencies easily, using pip:

<pre>
$ pip install camelot-py[dev]
$ pip install "camelot-py[dev]"
</pre>

### Testing
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Setting up a development environment

To install the dependencies needed for development, you can use pip::

$ pip install camelot-py[dev]
$ pip install "camelot-py[dev]"

Alternatively, you can clone the project repository, and install using pip::

Expand Down
2 changes: 1 addition & 1 deletion docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using pip

After :ref:`installing the dependencies <install_deps>`, which include `Tkinter`_ and `ghostscript`_, you can simply use pip to install Camelot::

$ pip install camelot-py[cv]
$ pip install "camelot-py[cv]"

.. _Tkinter: https://wiki.python.org/moin/TkInter
.. _ghostscript: https://www.ghostscript.com
Expand Down

0 comments on commit 4b08165

Please sign in to comment.