Skip to content
Snippets Groups Projects

README: fix setup.py call, add prefix alternative

Merged David Keitel requested to merge (removed):patch-1 into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -9,7 +9,11 @@ of coordinates), plot all possible 1D and 2D projections in the style of a
@@ -9,7 +9,11 @@ of coordinates), plot all possible 1D and 2D projections in the style of a
## Installation
## Installation
Clone the repository and then
Clone the repository and then
```bash
```bash
$ python setup install
$ python setup.py install
 
```
 
or add a prefix to install in userspace, e.g.
 
```bash
 
$ python setup.py install --prefix=~/.local/
```
```
## Example
## Example
Loading