Commit dd5c5c39 authored by Bruno Morgado's avatar Bruno Morgado Committed by Bruno S. Morgado
Browse files

ST-49 Add pipenv link

parent 2695e310
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,8 +6,9 @@ Briefly describe your project here
Install 
-------

**Always** use a virtual environment. `Pipenv` is now Python's officially recommended method and the one used by
default in this repo. **WARNING:** `requirements.txt` will be deprecated and removed from this repo in the future.
**Always** use a virtual environment. [Pipenv](https://pipenv.readthedocs.io/en/latest/) is now Python's officially
recommended method and the one used by default in this repo. **WARNING:** `requirements.txt` will be deprecated and
removed from this repo in the future.

Follow these steps at the project root: