Skip to content

Commit 183f330

Browse files
committed
Fix instructions for dev install
1 parent 44a9f2e commit 183f330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ Clone from github and install as editable
158158
```
159159
git clone git@github.com:scaleapi/nucleus-python-client.git
160160
cd nucleus-python-client
161-
pip install -e .
161+
pip3 install poetry
162+
poetry install
162163
```
163164

164165
Please install the pre-commit hooks by running the following commands:

0 commit comments

Comments
 (0)