In my previous post I mentioned that I would ponder about maybe switching from a Wiki to a Sphinx solution. I started with that by setting up Sphinx on my Windows-PC; let’s see how this will turn out in the next weeks…
-
Get and install Python (if you don’t already have…).
-
Download and install the Python SetupTools.
“The recommended way to install setuptools [0.9.8] on Windows is to download ez_setup.py and run it. The script will download the appropriate .egg file and install it for you.” -
Open a command prompt as administrator and run
ez_setup.py
from the folder to which you downloaded it. -
After that, you should see
C:\<PathToPython>\Scripts\easy_install.exe
(guide). -
Open an elevated command prompt at that location and type
easy_install.exe Sphinx
, the “Sphinx” scripts should appear inC:\<PathToPython>\Scripts\
. -
Follow the tutorial.
Film & Television (54)
How To (63)
Journal (17)
Miscellaneous (4)
News & Announcements (21)
On Software (12)
Projects (26)