Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,20 @@ Then you can proceed to install pyslurm, for example by cloning the Repository:
```shell
git clone https://github.com/PySlurm/pyslurm.git && cd pyslurm
scripts/build.sh
```

# Or simply with pip
pip install .
Also see `scripts/build.sh -h`. You can specify multiple cores for building
with the `-j` option (also possible to set via environment variable `PYSLURM_BUILD_JOBS`):

```shell
scripts/build.sh -j4
```

Also see `python setup.py --help`
Or simply with `pip` directly:

```shell
pip install .
```

## Contributors

Expand Down
Loading