Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit a82f45d

Browse files
committed
Update readme
1 parent 9f32cb9 commit a82f45d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ Development
3434
1. Create a virtualenv (python 2.7 or python 3.3+)
3535
2. Clone this project
3636
3. Activate your virtualenv
37-
4. Install requirements
38-
39-
* pip install -r requirements.txt
40-
37+
4. Install requirements (:code:`pip install -r requirements.txt`)
4138
5. Run :code:`python scripts/spoppy` (you will be asked for username/password)
4239

4340
DBus integration
@@ -46,10 +43,6 @@ DBus integration
4643
1. Run `make install_dbus`
4744
2. Make sure you have python-gobject2 installed
4845
3. Symlink gi (and possibly glib) to your virtualenv (that is, if you're not installing globally!)
49-
50-
* ln -s /usr/lib/python3.5/site-packages/gi/ $VIRTUAL_ENV/lib/python3.5/site-packages/gi
51-
* ln -s /usr/lib/python3.5/site-packages/glib/ $VIRTUAL_ENV/lib/python3.5/site-packages/glib
52-
5346
4. The service will be available at "/com/spoppy" (f.x. :code:`qdbus com.spoppy /com/spoppy com.spoppy.PlayPause`)
5447

5548
Testing

0 commit comments

Comments
 (0)