Skip to content

Commit 324e444

Browse files
authored
Update README.md
1 parent 2a4071b commit 324e444

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ What it says on the tin. This repo provides functions for producing bivariate po
1010
At this early stage functions are only self-documented. Proper documentation is planned.
1111

1212
## Getting started
13-
Install from PyPI: `pip install bivapp`. Note that because the dependency `pyGAM` has fallen behind on maintenance `bivapp` depends on specific versions of some common dependencies, so you might want to use it in a dedicated virtual environment for the time being.
13+
Install from PyPI: `pip install bivapp`.
1414

15+
Note that because the dependency `pyGAM` has fallen behind on maintenance `bivapp` depends on specific versions of some common dependencies, so you might want to use it in a dedicated virtual environment for the time being.
16+
17+
Here's an example of a basic plotting setup.
1518
```python
1619
from bivapp.sampledata import ImportOpenairDataExample
1720
import bivapp.plots as bp

0 commit comments

Comments
 (0)