From 4cbf45253052ed45e5af8395b3018213413ac500 Mon Sep 17 00:00:00 2001 From: Phil <4689707+tgrrr@users.noreply.github.com> Date: Sat, 5 Mar 2022 06:57:14 +1100 Subject: [PATCH] docs: add dev-requirements, remove tox.ini (#254) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b87e600..cd1f638 100644 --- a/README.md +++ b/README.md @@ -91,19 +91,24 @@ The directory structure of your new project looks like this: │ │ │ └── visualization <- Scripts to create exploratory and results oriented visualizations │ └── visualize.py -│ -└── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io + ``` ## Contributing We welcome contributions! [See the docs for guidelines](https://drivendata.github.io/cookiecutter-data-science/#contributing). -### Installing development requirements +### Installing requirements ------------ pip install -r requirements.txt + +### Installing development requirements +------------ + + pip install -r dev-requirements.txt + ### Running the tests ------------