File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,14 @@ repository:
165
165
* Clone the
166
166
[ mongodb/docs-php-library] ( https://github.com/mongodb/docs-php-library ) tools
167
167
repository.
168
- * Install [ giza] ( https://pypi.python.org/pypi/giza/ ) , as noted in the tools
169
- README.
168
+ * Create and activate Python 2.7 virtual environment if necessary.
169
+
170
+ ```
171
+ $ virtualenv -p python2.7 venv
172
+ $ source venv/bin/activate
173
+ ```
174
+ * Install [ giza] ( https://pypi.python.org/pypi/giza/ ) according to the instructions
175
+ in the [ mongodb/docs-tools] ( https://github.com/mongodb/docs-tools ) README.
170
176
* Sync your working copy of the documentation to the ` source/ ` directory with
171
177
` rsync -a --delete /path/to/mongo-php-library/docs/ source/ ` .
172
178
* Build the documentation with ` giza make publish ` . You can suppress
You can’t perform that action at this time.
0 commit comments