From 4cf667c283d54f769e73d76bb23bbb68b4329cf8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 18:34:19 -0700 Subject: move python code to subdirectory --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index dbf6aef7..00000000 --- a/README.md +++ /dev/null @@ -1,27 +0,0 @@ - - __ _ _ - / _| __ _| |_ ___ __ _| |_ - | |_ / _` | __/ __/ _` | __| - | _| (_| | || (_| (_| | |_ - |_| \__,_|\__\___\__,_|\__| - - ... catalog all the things! - - -This is just a concept for now; see [rfc](./rfc). - - -## Python Prototype - -Use `pipenv` (which you can install with `pip`). - - pipenv run run.py --init-db - pipenv run run.py - -Run tests: - - pipenv run pytest - - # for coverage: - pipenv run pytest --cov --cov-report html - -- cgit v1.2.3