Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 504 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 504 Bytes

ai

Setting up python environment for development behind a firewall in an enterprise.

Setup files are downloaded beforehand in an internet based system by listing required packages in a requirements.txt file and doing a simple pip download like this:

pip download -r requirements.txt

This downloads python packages in the directory this command is run. This directory can be now zipped and moved to the enterprise server. Follow steps in setup file to setup python running in server.