i have a web app on https://www.pythonanywhere.com and i open up Bash console and want to install new pypi pakage
as follow:
pip install django-suit
or pip3 install django-suit
their is no virtualenvs.
direct use django 1.6 with python 3
if shows me some error.
error:
18:21 ~ $ pip3 install django-suit Downloading/unpacking django-suit Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement django-suit Cleaning up... No distributions at all found for django-suit Storing debug log for failure in /home/PyLabs/.pip/pip.log
how i install django packages to my https://www.pythonanywhere.com site.
any help ...