Skip to content

Commit

Permalink
Merge pull request #8 from sbalian/fix-install-instructions
Browse files Browse the repository at this point in the history
Fix install instructions
  • Loading branch information
sbalian committed Apr 4, 2023
2 parents d0fcdd3 + b545542 commit 84dac8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ no RandomGen wheels available for Python 3.11.
The minimum supported Python version is 3.7. Install with `pip`:

```bash
python -m pip install -U quantum-random
pip install -U quantum-random
```

If you want NumPy support:

```bash
python -m pip install -U quantum-random[numpy]
pip install -U 'quantum-random[numpy]'
```

## First-time setup: setting your API key
Expand Down

0 comments on commit 84dac8e

Please sign in to comment.