pip package template perfect for noobs with easy straight forward instructions
Download or Gitclone this project
- Make sure to ofc have Python 3.9.7 downloaded & added to PATH
- Open powershell and cd to the project directory
- Login or create a pypi account
- Open
setup.up
- Replace
PACKAGE_NAME_HERE
at line 7 with your desired package name - Then replace the folder named
PACKAGE_NAME_HERE
to your desired package name
- Replace
- Install twine if you don't have it using
pip install twine
- Run these commands
python setup.py sdist
python -m twine upload dist/*
- You will then be asked to enter your pypi account details once done u can view your package at the link given
- To use enter
from PACKAGE_NAME import *
- Open powershell and cd to the project directory
- Open
__init__.py
- And update the version number
- Run these commands
pip install -e .
python setup.py sdist
bdist_wheel --universal
twine upload dist/*
- You will then be asked to enter your pypi account details once done u can view your package at the link given
(u don't have to install new updated version using pip since pip install -e .
installs it for you)
👤 CookiesKush420
- Website: http://cookiesservices.xyz/
- Twitter: @Flashouttt
- GitHub: @Callumgm
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 CookiesKush420.
This project is MIT licensed.