Navigate to the root directory of your project and run the following command to build your package:
python3 setup.py sdist bdist_wheel
Make sure setuptools
and wheel
are installed:
pip install --upgrade setuptools wheel
After building, you can install the package locally using:
pip install dist/singlestore_pulse-0.1-py3-none-any.whl