Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Automated third party module installer for python
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="griimnak" data-source="post: 404836" data-attributes="member: 35695"><p><span style="font-size: 12px"><span style="color: rgb(179, 0, 0)">Updated code is over at: </span></span><a href="https://github.com/griimnak/A.P.I.S" target="_blank"><span style="font-size: 12px">github</span></a></p><p></p><p>Wrote a neat little script that installs missing modules automatically through pip, using python's default os module.</p><p>This is great if you plan on releasing a python project but can't be bothered to use cx_freeze etc to pack third party modules along with your project.</p><p></p><p>Here's a youtube demo of it in action with my python flask web framework:</p><p>[MEDIA=youtube]nJRCZPQqrv4[/MEDIA]</p><p></p><p>The code's on: <a href="https://github.com/griimnak/A.P.I.S" target="_blank">github </a></p><p></p><p><img src="https://image.prntscr.com/image/rqe5LHy4S3_JDL1-iu0OaQ.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="griimnak, post: 404836, member: 35695"] [SIZE=3][COLOR=rgb(179, 0, 0)]Updated code is over at: [/COLOR][/SIZE][URL='https://github.com/griimnak/A.P.I.S'][SIZE=3]github[/SIZE][/URL] Wrote a neat little script that installs missing modules automatically through pip, using python's default os module. This is great if you plan on releasing a python project but can't be bothered to use cx_freeze etc to pack third party modules along with your project. Here's a youtube demo of it in action with my python flask web framework: [MEDIA=youtube]nJRCZPQqrv4[/MEDIA] The code's on: [URL='https://github.com/griimnak/A.P.I.S']github [/URL] [IMG]https://image.prntscr.com/image/rqe5LHy4S3_JDL1-iu0OaQ.png[/IMG] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Automated third party module installer for python
Top