Skip to content

Commit

Permalink
remove references to setup.py in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 5, 2024
1 parent 56a6d74 commit 70a4f14
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ work-in-progress.
TODO

## Install pynvjitlink

Install with either:

```
python setup.py develop
```shell
python -m pip install -e .
```

or

```
python setup.py install
```shell
python -m pip install .
```

### Conda
Expand Down

0 comments on commit 70a4f14

Please sign in to comment.