Skip to content
Closed
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
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,14 @@ devtools::install_github("BlakeRMills/MetBrewer")
```

### Python
Install the package under the `Python/` directory directly:
Install the package from the main directory via pip:
```
python setup.py install
```
or via pip:
pip install git+https://github.com/BlakeRMills/MetBrewer.git#subdirectory=Python

```
pip install .
or place the file into your source directory:
```
or place the file into your source directory.

Use it in your code:
```python
import met_brewer
colors = met_brew(name="VanGogh1", n=123, brew_type="continuous")
python setup.py install
```

## Palettes
Expand Down