Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
California Public Salary Files
#3
You should add a way to run it.
Eg:
pip freeze > requirements.txt
This contain:
appdirs==1.4.3
beautifulsoup4==4.5.3
lxml==3.7.3
packaging==16.8
pyparsing==2.2.0
requests==2.13.0
six==1.10.0
Then run instruction would be:
git clone https://github.com/Larz60p/CaliforniaPublicSalaries.git
pip install -r requirements.txt
CaliforniaPublicSalaries\src\>python CaCompGui.py
This is one way of doing it,other more normal way is pip install my_module.
Then setup.py do it all,find and install 3-party requirements.
Reply


Messages In This Thread
California Public Salary Files - by Larz60+ - Mar-26-2017, 08:57 PM
RE: California Public Salary Files - by Larz60+ - Mar-27-2017, 11:03 AM
RE: California Public Salary Files - by snippsat - Mar-27-2017, 04:46 PM
RE: California Public Salary Files - by Larz60+ - Mar-27-2017, 05:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Rest API Public/Secret Keys Authentication Nonce dn237 1 2,945 Oct-31-2019, 02:07 AM
Last Post: dn237
  how to place Flask code on a public web server rarevesselt 6 6,992 Oct-04-2017, 07:32 AM
Last Post: rarevesselt

Forum Jump:

User Panel Messages

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