wetzel Posted May 22, 2019 Posted May 22, 2019 Is it possible to use a Python library from file structure? I am trying to use a 3rd party library that isn't installed so I downloaded it from Github and uploaded it to my cgi-bin folder and would like to use it in my flask app. Thanks!
patents Posted June 21, 2019 Posted June 21, 2019 As krydos mentioned It depends on library (called modules in python community) that you are trying to use. Pure python library are ok to use that way.You can always request here to install any library on pypi to be installed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now