Python Help

Type your comment> @kademlia said:

When using dependencies try to use virtualenv, it will allow you to separate installed dependencies per project and keep everything clean.

Thanks @kademlia - I will look into the virtualenv option :slight_smile: