summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2018-09-06 14:25:12 -0400
committerBen Caimano <ben.caimano@10gen.com>2018-09-28 11:07:18 -0400
commit7aff90a3b512f7184b83f7ad026cf22af10f4a7f (patch)
treed23f16add87ea90fc37049329dcd986f7d904350 /docs
parent6b7a01f1f8890210a0713c4755365483a1f0f2d9 (diff)
downloadmongo-7aff90a3b512f7184b83f7ad026cf22af10f4a7f.tar.gz
SERVER-36152 Update requirements.txt
This is the full upgrade and split of the majority of our pypa project requirements.
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md
index 8fdc2f8a766..960cd991ea6 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -33,7 +33,7 @@ Python Prerequisites
In order to build MongoDB, Python 2.7.x is required, and several Python modules. To install
the required Python modules, run:
- $ pip2 install -r buildscripts/requirements.txt
+ $ pip2 install -r etc/pip/compile-requirements.txt
Note: If the `pip2` command is not available, `pip` without a suffix may be the pip command
associated with Python 2.7.x.