Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pip deployable package #16

Open
pampersrocker opened this issue Mar 24, 2015 · 1 comment
Open

Create pip deployable package #16

pampersrocker opened this issue Mar 24, 2015 · 1 comment
Assignees
Labels

Comments

@pampersrocker
Copy link
Contributor

Some config files needs to be added so this package is deployable using pip.
Additionally a restructuring of the repo is needed to fit the packaging structure.

See https://python-packaging-user-guide.readthedocs.org/en/latest/distributing.html

And Sample Project Setup: https://github.com/pypa/sampleproject

@pampersrocker
Copy link
Contributor Author

I've created a setup.py file and restructured the repo so that the PyBake module is now at toplevel. This changes has been made on the packaging branch which is also merged in the stock branch. One might consider merging this branch before doing further development due to the structure changes.

you can now install the Package locally using

pip install -e .

when CWD is the PyBake root dir or

python setup.py development

also when in root dir of PyBake

After that you can simply call

 python -m PyBake ....

@pampersrocker pampersrocker self-assigned this Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant