Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joacosnchz/test-python-package
https://github.com/joacosnchz/test-python-package
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joacosnchz/test-python-package
- Owner: joacosnchz
- Created: 2023-02-27T17:57:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:25:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T19:55:29.977Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
How to create your own python package to be installed with pypi privately# Installation
1. Open terminal
2. Run `python setup.py bdist_wheel`
3. Run `pip install dist/*.whl`
4. Run `python example/index.py`
5. To uninstall: `pip uninstall myawesomepackage`