From d7979ffc39a63779c674a29ad66aabe1aea35298 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 3 Oct 2014 16:56:40 +0200 Subject: [PATCH] Update README and drop make run target --- Makefile | 4 ---- README.rst | 8 ++++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c9eaf48d9..09d2fc485 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,3 @@ -run: - .env/bin/python setup.py install - .env/bin/python -m ironic_discoverd - test: .env/bin/flake8 ironic_discoverd .env/bin/python -m unittest ironic_discoverd.test diff --git a/README.rst b/README.rst index 048dce115..c73aa3487 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,10 @@ We're available on PyPI:: Or you can test locally:: - make env # only the first time + make test_env # only the first time make test # run tests - make # run + .env/bin/python setup.py develop + .env/bin/ironic-discoverd example.conf + +Of course you may want to modify *example.conf* to match your OpenStack +environment.