Skip to content

Register package in PyPi (to have pip install corex) #17

@leferrad

Description

@leferrad

In order to have an easier install procedure, it would be convenient to move the project structure to a Python package, and then register it in PyPi, so then it could be installed through the classic command pip install corex.
A quick summary of steps:

  1. Modify structure to have a package corex
  2. Create files to install package (e.g. setup.py)
  3. Upload package to PyPi
  4. Check success on installing package through pip.

This link could help on that, and if you are interested on this idea, I can work on a branch to achieve this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions