openworm / behavioral_syntax

behavioral syntax analysis based on the paper of Andre Brown
Other
5 stars 1 forks source link

pip installation #17

Closed ghost closed 7 years ago

ghost commented 8 years ago

I need to structure the library so that it can be installed via pip. Instructions can be found here: http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#requirements-for-packaging-and-distributing

MichaelCurrie commented 8 years ago

The Open Worm Analysis Toolbox has the same open issue. I did close it for the WCON parser, and I wrote the details of what to do here:

Obviously you only need to worry about this after you have a stable release.

Also I would think about not making your top-level folder "behavioral_syntax" the package, but instead go one subfolder in. That way your setup.py file won't be within the package it is trying to define for PyPI. See how this is done at the Open Worm Analysis Toolbox repo, for instance.

ghost commented 8 years ago

I agree that I need a stable release first. That's the goal of the first milestone I have defined.

And, I will definitely look into the way it was done for the Open Worm Analysis Toolbox repo.