diff --git a/README.md b/README.md index 40ae2d1..a57ab81 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# ai \ No newline at end of file +# 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: + +```python +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.