Python Forum

Full Version: how use packages from Github
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I need a pointer on how to use python packages. I need to use this package(Azoo) to download an app in large numbers. Here is the link package (Azoo) in Github

I'm a beginner in python so there's some part that makes me confuse.

I've done:
1. install the app in my virtual environment
2. create .az file

what's makes me confused:
1. do I have to import packages before creating .az file or not?
I've done this actually.. but it said Modulenotfound

2. Configuration step.
I've inserted key and input_file in my .az file. it means that if I want to configure file, I just have to change .az file contents right?

3. Sample usage in Github
This part I really don't understand. how to call az? is there some step that I miss?

I know I ask too much, but I hope you can give me an example or point me an article that might help. Thanks for your help.
Look at the readme file on github.
It shows exactly how to use the application.