diff --git a/README.txt b/README.txt index 12b4a3a..57463e3 100644 --- a/README.txt +++ b/README.txt @@ -58,4 +58,31 @@ Work in progress :) # Requirements * pillow -* pyhyphen + +# Release (PyPi package building) + + + +Make the pip wheel: + +`$ python3 setup.py bdist_wheel` + +Upload the package to pypi: + +`$ twine upload dist/*` + +For the last step, you need to install Twine (): + +`$ pip install twine` + +# Develop the asciiWriter + +Make a virtualenv: + +`$ python3 -m venv venvname` + +Install asciiWriter in (editable) development mode: + +`$ pip install -e ./` + +Now you can work with the asciiWriter and the code will be updated when you make changes! \ No newline at end of file