-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
💡 Feature request
Make stvid a Python Package so that it can be installed (including its Python dependencies) using pip. The distribution of this project will continue to happen via this GitHub repository and the intentions of creating a python package is not to make it available via PyPI (yet?), but to allow users to install its content using the git transport of pip.
Future installation method:
pip install git+https://github.com/cbassa/stvid.git@v0.1
The stvid tools will get installed using setuptools entry point mechanism for Console Scripts.
🎯 Goal
- Simplify the installation process.
- Allow running stvid tools independent of the current working directory
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request