diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-19 21:24:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-19 21:24:19 -0700 |
commit | 9dcebe3a0dd8cb2a4a31de29b757e9950a2399b4 (patch) | |
tree | f2fa357c0c1911b52cb876e2ef38dfcbb5432c0d /README.md | |
parent | 4d5f106d613276e26f243a9e5a26af24e81475ee (diff) | |
download | fatcat-9dcebe3a0dd8cb2a4a31de29b757e9950a2399b4.tar.gz fatcat-9dcebe3a0dd8cb2a4a31de29b757e9950a2399b4.zip |
(old) pipenv setup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,5 +8,11 @@ ... 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 shell |