diff --git a/README.md b/README.md index 8200aac7bed0afdcc0697814608b4089ba1d36a6..c2e581fa44b101b4c2589519b966c06d8a1903e7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # python +[](https://clojars.org/python/lein-template) + A Leiningen template for standard python project. Features: @@ -18,10 +20,21 @@ Features: ## Usage +This project is tested and works in debian based system. CentOS is not tested and may not run well. + +[Install lein](https://leiningen.org/#install) if you don't have it already. + To create a new python project in a new dir `foo`, run lein new python foo +To run tests in the new project: + + cd foo + make test + +Check README-dev.rst in the generated project for more information on usage. + Dependencies for the generated python project: make - used as a build tool.