Python Forum
Run a ready to go Python project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run a ready to go Python project
#2
(Nov-03-2020, 08:21 PM)flaviu2 Wrote: My question is, how can I run this Python project ? Don't get me wrong, but what should I searching for in order to run the main project ?
I depend on the project,it's usually some documentation.
(Nov-03-2020, 08:21 PM)flaviu2 Wrote: python setup.py --install
This is the old way we used before,now is pip most used and are distributed at PyPi,often in cooperation with a GitHub,BitBucket..ect Repo.
If shall use this method it usually documented in in Repo.
If post link to Repo,then can we look at it.
flaviu2 likes this post
Reply


Messages In This Thread
Run a ready to go Python project - by flaviu2 - Nov-03-2020, 08:21 PM
RE: Run a ready to go Python project - by snippsat - Nov-03-2020, 08:55 PM

Forum Jump:

User Panel Messages

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