[Answer]-How can i install django shop in my system, facing error like ' no module called setuptools '

1👍

I think the answer to your question could , you don’t have setuptools installed?

I think setuptools is an extension for the python library

You can install it using this link

https://pypi.python.org/pypi/setuptools

0👍

I’d recommend using virtualenv to keep things clean and simple.

Once you’ve got that running, installin django-shop should just be the case of:

pip install django-shop

Check also requirements files for pip.

0👍

Every time you installed an app try to search for their documentation, it will answer your problem.

Documentation for django-shop:

https://django-shop.readthedocs.org/en/latest/tutorial.html

Leave a comment