Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6091747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:21:48+00:00 2026-05-23T12:21:48+00:00

Currently my Django project has a huge readme doc, that any developer, whishing to

  • 0

Currently my Django project has a huge readme doc, that any developer, whishing to work on the source, must follow to setup their development environment.

It goes something like this:

Prerequisites:

  1. Django Css. See Django CSS.
  2. CleverCSS. See Clever CSS.
  3. Beautiful Soup. See Beautiful Soup.
  4. Dateutil. See python-dateutil.
  5. httplib2
    http://code.google.com/p/httplib2/
  6. python-oauth2
    https://github.com/simplegeo/python-oauth2
  7. python-twitter
    http://code.google.com/p/python-twitter/

Is there any facility for writting some sort of script that will fetch the dependencies automatically? At least to automate this process partially to something like:

python setup_environment.py

I’ve looked at setuptools – but it seems to me that it is more for the purpose of installing the app itself onto the system, not fulfilling the developer’s requirements for environment setup.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:21:49+00:00Added an answer on May 23, 2026 at 12:21 pm

    Will pip not do the job?

    http://www.pip-installer.org/en/latest/index.html#

    You can freeze all requirements on your server to a file (run this on the server):

    pip freeze > REQUIREMENTS.txt
    

    and then on your dev environment:

    pip install -r ./REQUIREMENTS.txt
    

    to install everything listed in the REQUIREMENTS file.

    You should also look at installing virtualenv (and virtualenvwrapper) as well on your development (and production) server

    http://iamzed.com/2009/05/07/a-primer-on-virtualenv/

    They allow you to set up multiple encapsulated python environments. This means you can have two django apps set up on the same machine, each with different python versions/python applications/django versions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently running Jenkins CI with pylint to look at a Django project
I'm currently working on a project in Django and currently I'm working on a
I have been trying to get xapian working django haystack for a project im
I am having problems importing models between my apps in my current django project.
I have a legacy application which is (currently) using Django to effectively display data.
folks, I have the directory structure like this: webapps |-- static_media |-- django |---project
My goal is to create a log app, apart from my main app, that
Rails has beautiful documentation on their guides and their website: http://guides.rubyonrails.org/association_basics.html I am taking
Our ldap is set up so that we have multiple different organizational units (ou).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.