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: 418948" data-attributes="member: 35695"><p>Well, prepare to not understand even more things about this script because this is literally replaced by:</p><p>[CODE]</p><p>pip install -r requirements.txt</p><p>[/CODE]</p><p>requirements.txt:</p><p>[CODE]</p><p>flask</p><p>gunicorn</p><p>pymysql</p><p>passlib</p><p>some_other_module</p><p>[/CODE]</p><p>I had no idea of the command at the time, so it rendered my script useless. I don't suggest anyone use this, just put your requirements in a txt and pip install -r <img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" /></p><p></p><p></p><p>^ Yeah i definitely agree</p></blockquote><p></p>
[QUOTE="griimnak, post: 418948, member: 35695"] Well, prepare to not understand even more things about this script because this is literally replaced by: [CODE] pip install -r requirements.txt [/CODE] requirements.txt: [CODE] flask gunicorn pymysql passlib some_other_module [/CODE] I had no idea of the command at the time, so it rendered my script useless. I don't suggest anyone use this, just put your requirements in a txt and pip install -r :p ^ Yeah i definitely agree [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Automated third party module installer for python
Top