Python Forum
how use packages from Github
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how use packages from Github
#1
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.
Reply
#2
Look at the readme file on github.
It shows exactly how to use the application.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020