You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the generated README does not include the steps for creating the python distribution, ie
5. Create a Python distribution
```
$ python setup.py sdist bdist_wheel
```
This will create source and wheel distribution in the generated the `dist/` folder.
See [PyPA](https://packaging.python.org/guides/distributing-packages-using-setuptools/#packaging-your-project)
for more information.
6. Test your tarball by copying it into a new environment and installing it locally:
```
$ pip install {{cookiecutter.project_shortname}}-0.0.1.tar.gz
I had a customer who was confused about this, so maybe this can be added for clarity (I'm happy to open a PR but doesn't look like I'm enabled to contribute to this repo)
It looks like the generated
README
does not include the steps for creating the python distribution, ieI had a customer who was confused about this, so maybe this can be added for clarity (I'm happy to open a PR but doesn't look like I'm enabled to contribute to this repo)
cc @gvwilson
The text was updated successfully, but these errors were encountered: