Skip to content

Commit 5f0de79

Browse files
authored
Update giza install instructions
1 parent fb7a1bf commit 5f0de79

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,14 @@ repository:
165165
* Clone the
166166
[mongodb/docs-php-library](https://github.com/mongodb/docs-php-library) tools
167167
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.
170176
* Sync your working copy of the documentation to the `source/` directory with
171177
`rsync -a --delete /path/to/mongo-php-library/docs/ source/`.
172178
* Build the documentation with `giza make publish`. You can suppress

0 commit comments

Comments
 (0)