Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
cb7248fb
Commit
cb7248fb
authored
Mar 30, 2013
by
Romain Bignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo and wordwrap
parent
59dea09c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
13 deletions
+15
-13
INSTALL
INSTALL
+15
-13
No files found.
INSTALL
View file @
cb7248fb
...
...
@@ -15,11 +15,12 @@ The requirements are provided in ``setup.py``, except for:
Some modules may have more dependencies.
All installation procedures allow you to chose wether you want graphical applications.
Add ``--no-qt --no-xdg`` to disable them; ``--qt --xdg`` to enable them.
All installation procedures allow you to chose whether you want graphical
applications. Add ``--no-qt --no-xdg`` to disable them; ``--qt --xdg`` to
enable them.
After a package or system installation,
you should run ``weboob-config update``
as your login user.
After a package or system installation,
you should run ``weboob-config update``
as your login user.
User installation
-----------------
...
...
@@ -31,12 +32,12 @@ Run ``./tools/local_install.sh`` as your local user. ::
The scripts are copied to ``~/bin``.
System insallation (discouraged)
--------------------------------
System ins
t
allation (discouraged)
--------------------------------
-
The install mode copies files to the Python system-wide packages directory
(for example ``/usr/lib/python2.5/site-packages`` for Python 2.5,
or
``/usr/local/lib/python2.6/dist-packages`` for Python 2.6). ::
The install mode copies files to the Python system-wide packages directory
(for
example ``/usr/lib/python2.5/site-packages`` for Python 2.5, or
``/usr/local/lib/python2.6/dist-packages`` for Python 2.6). ::
# ./setup.py install
...
...
@@ -45,12 +46,13 @@ Scripts are copied to ``/usr/bin``.
Development mode
----------------
This does not actually install anything, but lets you run Weboob from the
source code,
while also using the modules from that source. This is only recommended if using
the git source and not a release. ::
This does not actually install anything, but lets you run Weboob from the
source code, while also using the modules from that source. This is only
recommended if using
the git source and not a release. ::
$ ./tools/local_run.sh APPLICATION COMMANDS
For example, instead of running ``videoob -b youtube search plop``, you would run::
For example, instead of running ``videoob -b youtube search plop``, you would
run::
$ ./tools/local_run.sh videoob -b youtube search plop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment