Skip to content

Commit 11a5026

Browse files
leoadecqctrlrobot
andauthored
Removing setup-poetry.sh (#140)
* Removing setup-poetry.sh . * Updating documentation to not mention setup-poetry.sh as the method to install poetry. Co-authored-by: Q-CTRL DevOps <[email protected]>
1 parent c94d9f1 commit 11a5026

File tree

4 files changed

+12
-60
lines changed

4 files changed

+12
-60
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ Once the clone is complete, you have two options:
7474

7575
1. Using Poetry
7676

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

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

8583
```bash
8684
cd python-open-controls

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,11 @@ Once the clone is complete, you have two options:
9595
#.
9696
Using Poetry
9797

98-
.. code-block:: shell
99-
100-
cd python-open-controls
101-
./setup-poetry.sh
98+
Follow the instructions from the
99+
`Poetry documentation <https://python-poetry.org/docs/#installation>`_ to
100+
install Poetry.
102101

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

106104
.. code-block:: bash
107105

docs/installation.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ Once the clone is complete, you have two options:
5757
#.
5858
Using Poetry
5959

60-
.. code-block:: shell
61-
62-
cd python-open-controls
63-
./setup-poetry.sh
60+
Follow the instructions from the
61+
`Poetry documentation <https://python-poetry.org/docs/#installation>`_ to
62+
install Poetry.
6463

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

6866
.. code-block:: shell
6967

setup-poetry.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)