Skip to content

Commit 581ae67

Browse files
authored
Update README.md (#73)
1 parent 30c074e commit 581ae67

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Under the hood, dplPy uses `numpy`, `pandas`, `matplotlib`, `statsmodels`, `scip
4848

4949
## Current Version and Changelog
5050

51-
dplPy is currently at version `v0.1.1` - Changes and new functions are currently merged into the `0.1.x` branch.
51+
dplPy is currently at version `v0.1.2` - The project is changing to a new development structure where all development will be on `main` and releases and updates to [Pypi](https://pypi.org/project/dplpy/) will be branched and tagged from `main`.
5252

5353
## Installation
5454

@@ -58,6 +58,13 @@ dplPy is now available to [install via pip](https://pypi.org/project/dplpy/):
5858
pip install dplpy
5959
```
6060

61+
To ensure you have the latest version of dplPy installed, you can run:
62+
63+
```
64+
pip install dplpy --upgrade
65+
```
66+
67+
6168
You can install a conda virtual environment using the [environment.yml for the project](https://github.com/OpenDendro/dplPy/blob/main/environment.yml):
6269

6370
```

0 commit comments

Comments
 (0)