Hi,
We have machines that do not have internet access and we would like to install Sphinx on them.
I downloaded the egg and used the easy-install utility to install it. It fails when it tries to download the dependencies from the internet.
Is there an easy way to install this on a machine that does not have internet access?
Or is there a list of all the dependencies that Sphinx has?
Thanks!
easy_install -zmaxd /where/store/eggs Sphinx
easy_install -H None -f /where/are/eggs Sphinx
HINT: Copy eggs to folder on un-networked machine, go to this folder and run:easy_install -H None -f . Sphinx
To view this discussion on the web visit https://groups.google.com/d/msg/sphinx-dev/-/PV1TyT89lXsJ.
To post to this group, send email to sphin...@googlegroups.com.
To unsubscribe from this group, send email to sphinx-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
pip download --process-dependency-links --disable-pip-version-check -d sphinx_install sphinxpip install --upgrade --no-index --find-links=sphinx_install sphinx