|
a/RUNNING |
|
b/RUNNING |
1 |
Now documented in pyforge/docs.
|
1 |
Now documented in pyforge/docs.
|
2 |
|
2 |
|
3 |
If you're just getting started, open pyforge/docs/install.rst (plus pyforge/docs/mac_install.rst if you use a Mac) in your text editor to learn how to setup the python virtual environment.
|
3 |
If you're just getting started, open pyforge/docs/install.rst (plus
|
|
|
4 |
pyforge/docs/mac_install.rst if you use a Mac) in your text editor to
|
|
|
5 |
learn how to setup the python virtual environment.
|
|
|
6 |
|
4 |
If you have a virtual environment setup, activate the virtual environment and do:
|
7 |
If you have a virtual environment setup, activate the virtual
|
|
|
8 |
environment and do:
|
5 |
easy_install sphinx
|
9 |
easy_install sphinx
|
6 |
cd forge/pyforge/docs
|
10 |
cd forge/pyforge/docs
|
7 |
make html
|
11 |
make html
|
8 |
now you can view the docs in your browser; install instructions at forge/pyforge/docs/_build/html/install.html
|
12 |
|
|
|
13 |
now you can view the docs in your browser; install instructions
|
|
|
14 |
at forge/pyforge/docs/_build/html/install.html
|