Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marhoy committed May 3, 2020
1 parent c40898f commit 796e1be
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ This is a commandline tool to download programs and series from NRK (Norwegian p
The documentation for nrkdownload is availabe here:
https://nrkdownload.readthedocs.org

# Setting up a development environment
Install [poetry](https://python-poetry.org/), and a recent Python version (>=3.6).
If you want to run tests with multiple Python versions, install [pyenv](https://github.com/pyenv/pyenv).
Set up the development environment:
```bash
poetry install
```


# Making a new release
- Make sure all tests are ok: `tox`
- Push changes to GitHub
- Make sure all tests are ok by running `tox`
- Make a pull requst on GitHub
- Use the "new release" functionallity of GitHub. Make a new tag.
- `python setup.py sdist bdist_wheel`
- `twine upload dist/*`
- Update `pyproject.toml` to match the new version number.
- `poetry build`
- `poetry publish`

0 comments on commit 796e1be

Please sign in to comment.