diff options
Diffstat (limited to 'pig')
-rw-r--r-- | pig/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pig/README.md b/pig/README.md index 86d487a..9e45333 100644 --- a/pig/README.md +++ b/pig/README.md @@ -17,11 +17,6 @@ Fetch dependencies (pig): Write .pig scripts here, and add a pytho wrapper test to `./tests/` when done. Test vector files (input/output) can go in `./tests/files/`. -Install pipenv system-wide if you don't have it: - - # or use apt, homebrew, etc - sudo pip3 install pipenv - Run the tests with: pipenv run pytest |