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 `_.