-
Notifications
You must be signed in to change notification settings - Fork 0
running setup.py develop
jklynch edited this page Sep 24, 2015
·
1 revision
Here is the output from python setup.py develop
:
(venv343)jlynch@minty ~/project/mr-fitty $ python setup.py develop
reading manifest file 'src/mrfitty.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no directories found matching 'examples'
warning: no files found matching '.isort.cfg'
warning: no files found matching '.pylintrc'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
writing manifest file 'src/mrfitty.egg-info/SOURCES.txt'
running build_ext
Creating /home/jlynch/project/mr-fitty/venv343/lib/python3.4/site-packages/mrfitty.egg-link (link to src)
Adding mrfitty 0.1.0 to easy-install.pth file
Installing mrfitty script to /home/jlynch/project/mr-fitty/venv343/bin
Installed /home/jlynch/project/mr-fitty/src
Processing dependencies for mrfitty==0.1.0
Searching for click==5.1
Best match: click 5.1
Adding click 5.1 to easy-install.pth file
Using /home/jlynch/project/mr-fitty/venv343/lib/python3.4/site-packages
Finished processing dependencies for mrfitty==0.1.0
(venv343)jlynch@minty ~/project/mr-fitty $