codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

adding box parts #241

Open jgommers opened 9 years ago

jgommers commented 9 years ago

Could please be added:

flask sqlalchemy libtaxii

jgommers commented 9 years ago

Additionally, I'm trying to install (with CPAN or otherwise) Perl POE without succes. In general CPAN would be really helpful.

ksimuk commented 9 years ago

did you try pip package to install flask, libtaxii and sqlalchemy? parts install pip for python2, python3 package already includes pip. and after:

pip install libtaxii
pip install flask
pip install sqlalchemy

please post what problem you have with cpan, I will take a look.

Thank you for feedback.