# Clean files make clean
# Copy /hgmeans folder with .cpp and .h files make hgmeans
# Use Cython to create the interface with Python – here the hgmeans.cpp file should be created make build
# Create Python package – here a tarball file should be created in /dist folder make sdist
# To install the package locally, run: python3 -m pip install dist/* <!– sudo pip install dist/* –>
# To publish the package in PyPi repository, run: sudo twine upload dist/*
###
# Clean and compile >> cd hgmeans >> make clean >> make hgmeans >> cd ../
# Generate wheel file >> python3 setup.py sdist bdist_wheel
# Install the package locally >> sudo pip3 install dist/*
# Publish the package in PyPi repository >> sudo twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hgmeans-3.0.tar.gz.
File metadata
- Download URL: hgmeans-3.0.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0816ca4b9b6ce9eac006704463d528a35697aa5f7114c750cca94fff3f6946a6
|
|
| MD5 |
09ddcb8c34f9bd6cad63515f6eb49072
|
|
| BLAKE2b-256 |
527d9813f84d582d3e4ea209b0af1ba92bb2d2ca3905e65a4c875fb925a12791
|