diff --git a/README.md b/README.md index 6f07b13..aaaed25 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,19 @@ To install: ``` pip install fk-graph ``` + +Development: +------------ + +Clone the repo and `cd` in to the project directory. Create a virtual env, then install +the requirements with + +``` +pip install -r requirements.txt +``` + +Finally, to be able to run tests while developing, install the package as an editable install. + +``` +pip install --editable . +```