From 622df14b4739c58205517658c6ccd89f5d8750b6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 10 Oct 2020 21:49:45 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a5108766..0d902dca 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,22 +19,18 @@ ```bash git clone https://github.com/pirate/ArchiveBox cd ArchiveBox -# Optionally create a virtualenv -pip install -r requirements.txt -pip install -e . +# Ideally do this in a virtualenv +pip install -e '.[dev]' # or use: pipenv install --dev ``` ### Running Tests ```bash -./bin/archive tests/* -# look for errors in stdout/stderr -# then confirm output html looks right - -# if on >v0.4 run the django test suite: -archivebox manage test +./bin/lint.sh +./bin/test.sh +./bin/build.sh ``` ### Getting Help -Open issues on Github or contact me https://sweeting.me/#contact. +Open issues on Github or message me https://sweeting.me/#contact.