Skip to content

harry524483/datapandaapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this project

  1. Create a virtualenv as normal. Do not activate it yet.

  2. Now you need to install the required packages. If you do not readily remember it, ask pip:

    pip freeze > requirements.txt

  3. Now edit requirements.txt so that only the packages you know you installed are included. Note that the list will include all dependencies for all installed packages. Remove them, unless you want to explicitly pin their versions, and know what you're doing.

  4. Now activate the virtualenv (the normal source path/to/virtualenv/bin/activate.bat for cmd.exe).

  5. Install the dependencies you've collected:

    pip install -r requirements.txt The dependencies will be installed into your virtualenv.

  6. The same way you'll be able to re-create the same env on your deployment target.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages