GitXplorerGitXplorer
c

arugula

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
43cdfd506133c0c93f8cb3bc53725800b77a324a

Add virtualenv instructions.

ccjerdonek committed 10 years ago
Unverified
8a5bdbaf6af9fa39754b1fb6b3ca44b5d1cadb07

Stub out description file.

ccjerdonek committed 10 years ago
Unverified
2ecab9b6cc8b1291d2ec74392130cf29e40122f7

Tweak README.

ccjerdonek committed 10 years ago
Unverified
c340c70e5df2ef1de02fed98909c1cd45c5a664d

Stub out Develop section of README.

ccjerdonek committed 10 years ago
Unverified
4a0a796db41e5b330b2f7903c31985f0008099c2

Change to MIT license.

ccjerdonek committed 10 years ago
Unverified
e0f9f6718c985b907206349afeb0356e6513733f

Fix wording of license auto-generated by GitHub.

ccjerdonek committed 10 years ago

README

The README file for this repository.

Arugula

This is a sample Python 3 project from which to start new projects. It demonstrates an initial project structure.

Develop

To develop the source code locally, clone the repository.

Then create a virtual environment. You can do this, for example, using pyvenv. Simply run the following from the repository root:

$ pyvenv .pyvenv
$ source .pyvenv/bin/activate

Alternatively, you can use virtualenv (and virtualenvwrapper). See also the recommendations in the "Python Packaging User Guide".

Then install the source code in develop mode:

$ pip install -e .