summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorscoder <none@none>2010-03-18 08:45:52 +0100
committerscoder <none@none>2010-03-18 08:45:52 +0100
commit03cf8aa52db1dae75a5a51e054428beea9f126b5 (patch)
tree336382ea7b3ad7abe27a1776424bb36010ba1045 /INSTALL.txt
parent9bfc878b2a4878927cf605c3760f872091d8f230 (diff)
downloadpython-lxml-03cf8aa52db1dae75a5a51e054428beea9f126b5.tar.gz
[svn r4378] r5523@lenny: sbehnel | 2010-03-18 08:45:46 +0100
remove installation instructions for ActivePython's pypm --HG-- branch : trunk
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt31
1 files changed, 3 insertions, 28 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 415758e6..c4d7f670 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -8,10 +8,9 @@ MacOS-X, see the specific sections below.
..
1 Requirements
2 Installation
- 3 Installation in ActivePython
- 4 Building lxml from sources
- 5 MS Windows
- 6 MacOS-X
+ 3 Building lxml from sources
+ 4 MS Windows
+ 5 MacOS-X
Requirements
@@ -71,30 +70,6 @@ administrator)::
.. _PyPI: http://cheeseshop.python.org/pypi/lxml
-Installation in ActivePython
-----------------------------
-
-ActiveState_ provides ready-made lxml builds for different platforms
-in its `package repository`_ for the PyPM_ package manager. PyPM is
-similar to apt-get in that there is a repository of automaticaly
-pre-built packages for Windows, Mac and Linux.
-
-To install lxml in ActivePython, type the following on one of these
-operating systems::
-
- $ pypm install lxml
-
-To test the installation, try::
-
- $ python -c "import lxml; print lxml.__file__"
-
-This should show you the directory where the package was installed.
-
-.. _ActiveState: http://www.activestate.com/
-.. _PyPM: http://docs.activestate.com/activepython/2.6/pypm.html
-.. _`package repository`: http://pypm.activestate.com/
-
-
Building lxml from sources
--------------------------