Skip to content

Commit

Permalink
Add single quotes in pip install ...
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Candido <[email protected]>
  • Loading branch information
cschwan and alecandido committed Aug 14, 2024
1 parent 43485a6 commit ba7aa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pineappl_py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ can be used in Python projects that use the same environment.
Run the following once to install the documentation's dependencies:

```shell
pip install .[docs]
pip install '.[docs]'
```

Then run
Expand Down

0 comments on commit ba7aa7a

Please sign in to comment.