You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,11 @@ What it says on the tin. This repo provides functions for producing bivariate po
10
10
At this early stage functions are only self-documented. Proper documentation is planned.
11
11
12
12
## 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`.
14
14
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.
15
18
```python
16
19
from bivapp.sampledata import ImportOpenairDataExample
0 commit comments