mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
update INSTALL section
This commit is contained in:
parent
2510bb31d7
commit
81deb97562
20
README
20
README
@ -9,8 +9,24 @@ https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/pytho
|
||||
|
||||
|
||||
INSTALLATION:
|
||||
Create a symlink 'osc' in your path pointing to osc.py.
|
||||
The program needs the package pyxml installed.
|
||||
|
||||
python setup.py build
|
||||
python setup.py install
|
||||
# create a symlink 'osc' in your path pointing to osc.py.
|
||||
ln -s osc-wrapper.py /usr/bin/osc
|
||||
|
||||
Alternatively, you can directly use osc-wrapper.py from the source dir
|
||||
|
||||
|
||||
The program needs the following python packages installed (that's their names
|
||||
on SUSE anyway):
|
||||
pyxml
|
||||
python-elementtree
|
||||
|
||||
|
||||
|
||||
|
||||
CONFIGURATION:
|
||||
|
||||
For authentication, put your account data into your ~/.netrc file, like this
|
||||
line:
|
||||
|
Loading…
Reference in New Issue
Block a user