Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildout.cfg or requirements.txt #5

Closed
michaelwisely opened this issue Dec 2, 2015 · 0 comments
Closed

buildout.cfg or requirements.txt #5

michaelwisely opened this issue Dec 2, 2015 · 0 comments

Comments

@michaelwisely
Copy link
Member

This needs something to pin down dependencies. I'm a fan of buildout, which will create a virtualenv-like development environment, which installs all dependencies for us. This way, the tool has access to necessary (and correctly versioned) packages.

A simple requirements.txt would be fine, too. Buildout is a little simpler to setup (once properly configured), and can create a dedicated script for us to use. You could be up and rolling with...

# Get the stuff
cd Documents
git clone git@github.com.../grader.git assignments
cd assignments

# Set it up
python bootstrap.py
bin/buildout

# Good 2 go
bin/grader [args]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant