Skip to content

Commit

Permalink
Use pip install instead of setup.py install (#63)
Browse files Browse the repository at this point in the history
* Use pip install instead of setup.py install

* Update CHANGELOG.md
  • Loading branch information
lauramurgatroyd authored Jan 19, 2023
1 parent 87f6fe7 commit a40af04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## vx.x.x

## v0.x.x
- Use pip install in the conda recipe, instead of setup.py install
- Adds the following new methods to UIFormWidget, FormWidget, FormDialog and FormDockWidget:
- `saveAllWidgetStates` - Saves the state of all widgets in the form. This can be used to restore the state of the widgets using the restoreAllSavedWidgetStates method.

Expand Down

0 comments on commit a40af04

Please sign in to comment.