Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-may committed Feb 3, 2022
1 parent 9fe37cc commit f6edae7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,10 @@ and then rerunning the command to create the `conda` env.

**3. Install autodqm-ml**

**Users** can install with:
```
python setup.py install
```
**Developers** are suggested to install with:
Install with:
```
pip install -e .
```
to avoid rerunning the whole installation every time there is a change.

Once your setup is installed, you can activate your python environment with
```
Expand Down

0 comments on commit f6edae7

Please sign in to comment.