Skip to content

Commit 44a9f2e

Browse files
committed
Update readme with pip install
1 parent 0ba2cf6 commit 44a9f2e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ Nucleus is a new way—the right way—to develop ML models, helping us move awa
1717

1818
## Installation
1919

20-
### Editable mode
21-
22-
`$ pip install -e . `
23-
24-
### As a Normal Package
25-
26-
`$ pip install git+ssh://git@github.com/scaleapi/nucleus-python-client.git`
20+
`$ pip install scale-nucleus`
2721

2822
## Usage
2923

@@ -159,6 +153,14 @@ client.delete_model_run("model_run_id")
159153

160154
## For Developers
161155

156+
Clone from github and install as editable
157+
158+
```
159+
git clone git@github.com:scaleapi/nucleus-python-client.git
160+
cd nucleus-python-client
161+
pip install -e .
162+
```
163+
162164
Please install the pre-commit hooks by running the following commands:
163165
```python
164166
pip install pre-commit

0 commit comments

Comments
 (0)