Skip to content

Commit

Permalink
added instructions for quickly testing the full install
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Feb 26, 2025
1 parent a841010 commit 791c21b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Preparation:
* align `DESCRIPTION.rst` with `README.md`
* commit/push all changes

Quick test:

* create virtual environment for testing: `python3 -m venv venvtest`
* install into virtual environment: `./venvtest/bin/pip install .`
* test with help screen of conversion tool: `./venvtest/bin/idc-convert --help`
* remove test environment: `rm -Rf ./venvtest`

Commands for releasing on pypi.org (requires twine >= 1.8.0):

```
Expand Down

0 comments on commit 791c21b

Please sign in to comment.