From 2248222c14be2b694ed687409c7dd7aa75fe870c Mon Sep 17 00:00:00 2001 From: Nicholas Surmava Date: Sat, 23 Mar 2019 13:40:12 -0500 Subject: [PATCH] added the TOML Spec link to the documentation --- docs/basics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basics.rst b/docs/basics.rst index 4779f04b..2a37d7f9 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -127,6 +127,7 @@ Example Pipfile.lock - Do not keep ``Pipfile.lock`` in version control if multiple versions of Python are being targeted. - Specify your target Python version in your `Pipfile`'s ``[requires]`` section. Ideally, you should only have one target Python version, as this is a deployment tool. - ``pipenv install`` is fully compatible with ``pip install`` syntax, for which the full documentation can be found `here `_. +- Note that the ``Pipfile`` uses the `TOML Spec `_.