|
1 |
| -No installation procedure is available for the moment. |
2 |
| -Just extract the archive and launch Wapiti with |
3 |
| -python wapiti.py |
| 1 | +Wapiti installation |
| 2 | +=================== |
| 3 | + |
| 4 | +You do not have to "install" the software on your system to make it work. |
| 5 | +If you have all the requirements on your system, just extract the tarball and launch the "wapiti" command line in |
| 6 | +the "bin" folder : |
| 7 | +./bin/wapiti (when you are in the extracted tarball) |
| 8 | +or |
| 9 | +python bin/wapiti (if your system can't execute the script directly) |
| 10 | + |
| 11 | + |
| 12 | +Installation on Unix-like systems |
| 13 | +================================= |
| 14 | + |
| 15 | +If you really want to install Wapiti on your system, launch the setup.py script with the following command : |
| 16 | +python setup.py install |
| 17 | +It will copy the wapiti libraries (wapitiCore) in your Python installation and place the executables in a "bin" system |
| 18 | +directory (eg: /usr/local/bin). |
| 19 | + |
| 20 | + |
| 21 | +Using Wapiti on Windows systems |
| 22 | +=============================== |
| 23 | + |
| 24 | +If you don't want to install all the requirements to use Wapiti on Windows you should look for a standalone package |
| 25 | +made with py2exe (see the available downloads on SourceForge). |
| 26 | +Then, just download and extract the zip archive and launch wapiti.exe from the Windows command line. |
| 27 | + |
| 28 | + |
| 29 | +Installing Wapiti requirements on Windows |
| 30 | +========================================= |
| 31 | + |
| 32 | +You can't install Wapiti on a Windows system but if (for some reasons) you really want to install all the |
| 33 | +requirements then : |
| 34 | + |
| 35 | +* Download a Python 2.7.5 (or more recent) installer for your platform from http://python.org/download/ |
| 36 | +* Install it and change the PATH environment variable to append the Python path |
| 37 | +* Download a requests archive from http://docs.python-requests.org/en/latest/user/install/ |
| 38 | +* Extract the archive and call the setup.py script from the archive with "python setup.py install" |
| 39 | +* Download BeautifulSoup 3 from http://www.crummy.com/software/BeautifulSoup/ |
| 40 | +* Extract the archive and call the setup.py script from the archive with "python setup.py install" |
| 41 | + |
0 commit comments