Closed cedricleroy closed 8 years ago
I've been using requires
from distutils
instead of install_requires
from setuptools
.
When I started using Python, there was no pip, only docutils and setuptools/easy_install. I remember when pip was rolled out with distribute as the new hotness and we were told to revile setuptools/easy-install, but then distribute and setuptools merged, and now things are much better. Change is good. 😸
Question: After installing Caroussel in a virtualenv, I notified that dependencies were not installed. Normal?