Skip to content

Commit

Permalink
Update README with new install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Jul 3, 2024
1 parent ee239a6 commit 0bc505d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Install using `pip`:
$ pip install gwlf-e
```

For Linux x64 on Python 3.8, 3.9, and 3.10 the above will pull a published wheel.
For other platforms, a wheel would have to be built.
In that case, you may also need to install `setuptools`, `wheel`, and `build` to compile it locally:

```bash
$ pip install wheel build
$ pip install --no-build-isolation gwlf-e
```

## Development

Ensure you have Python 3.10 and [pipenv](https://pipenv.pypa.io/en/latest/) available. Then run:
Expand Down

0 comments on commit 0bc505d

Please sign in to comment.