From c209832537fd2dd77d7155e78a48927bb288a174 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Mon, 20 Mar 2017 19:35:05 +0100 Subject: [PATCH] ok --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 491fea1..ef045f9 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ your_project [](http://git.dms-serwis.com.pl/henrietta/py-scaffold/commits/master) This is a generic scaffold for Python projects that use: -* this GitLab CI for builds/tests/deploys +* _GitLab CI_ for builds/tests/deploys * _coverage.py_ for test coverage * _nose_ for unit tests * _Vagrant_ for environment * _setuptools_ for packaging -* +* _git_ for version control # How to use 1. `git clone http://git.dms-serwis.com.pl/henrietta/py-scaffold.git` -2. Delete `.git` directory +2. delete `.git` directory 3. Rename [your_project_source](your_project_source) to match your project 4. adjust [setup.py](setup.py) 5. adjust [.coveragerc](.coveragerc) -- GitLab