Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchukaitis authored Jan 16, 2024
1 parent 30c074e commit 94d2623
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Under the hood, dplPy uses `numpy`, `pandas`, `matplotlib`, `statsmodels`, `scip

## Current Version and Changelog

dplPy is currently at version `v0.1.1` - Changes and new functions are currently merged into the `0.1.x` branch.
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`.

## Installation

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

To ensure you have the latest version of dplPy installed, you can run:

```
pip install dplpy --upgrade
```


You can install a conda virtual environment using the [environment.yml for the project](https://github.com/OpenDendro/dplPy/blob/main/environment.yml):

```
Expand Down

0 comments on commit 94d2623

Please sign in to comment.