-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
21 lines (14 loc) · 819 Bytes
/
INSTALL
File metadata and controls
21 lines (14 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
To install the Pywikipediabot framework:
1) Extract/unzip this package to a directory on your computer.
2) Open a command prompt in that directory, and run the command:
python setup.py install
This will install the package to the "site-packages" directory of your Python
installation. Linux/Unix users may need to add "sudo" at the beginning of the
command line to get access to the site-packages directory; or, they can
install the package to a different location by running:
python setup.py install --home=/path/to/location
where "/path/to/location" is the directory that you want the Pywikipediabot
files installed to.
Note: You will need to have an active Internet connection when you run the
setup script, in case the installer needs to download other modules required
by the framework.