Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ Once the clone is complete, you have two options:

1. Using Poetry

```shell
cd python-open-controls
./setup-poetry.sh
```
Follow the instructions from the
[Poetry documentation](https://python-poetry.org/docs/#installation) to
install Poetry.

**Note:** if you are on Windows, you'll need to install
[Poetry](https://poetry.eustace.io) manually, and use:
After you have installed Poetry, use:

```bash
cd python-open-controls
Expand Down
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ Once the clone is complete, you have two options:
#.
Using Poetry

.. code-block:: shell

cd python-open-controls
./setup-poetry.sh
Follow the instructions from the
`Poetry documentation <https://python-poetry.org/docs/#installation>`_ to
install Poetry.

**Note:** if you are on Windows, you'll need to install
`Poetry <https://poetry.eustace.io>`_ manually, and use:
After you have installed Poetry, use:

.. code-block:: bash

Expand Down
10 changes: 4 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ Once the clone is complete, you have two options:
#.
Using Poetry

.. code-block:: shell

cd python-open-controls
./setup-poetry.sh
Follow the instructions from the
`Poetry documentation <https://python-poetry.org/docs/#installation>`_ to
install Poetry.

**Note:** if you are on Windows, you'll need to install
`Poetry <https://poetry.eustace.io>`_ manually, and use:
After you have installed Poetry, use:

.. code-block:: shell

Expand Down
42 changes: 0 additions & 42 deletions setup-poetry.sh

This file was deleted.