Skip to content

Nemesis7/Flexget

This branch is 13678 commits behind Flexget/Flexget:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02ab856 · Apr 28, 2013
Apr 28, 2013
Apr 27, 2013
Mar 28, 2013
Feb 4, 2013
Feb 10, 2013
Feb 1, 2013
Feb 21, 2008
Oct 19, 2010
Feb 6, 2013
Jan 16, 2013
Dec 11, 2009
Feb 4, 2013
Feb 10, 2013
Jan 31, 2012
Jan 15, 2013
Feb 1, 2013
Feb 4, 2013

Repository files navigation

How to use GIT checkout
-----------------------------

Check that you have Python 2.6 - 2.7 available with command 'python -V'.

In some environments newer python might be available under another name 
like 'python26' or 'python2.7' in which case you need to use that one 
instead of plain 'python'.

To start using FlexGet from this directory, run the following commands:

python bootstrap.py

This will initialize python virtualenv and install all required dependencies
in it.

If you need deluge or transmission libraries from system wide python use

python bootstrap --system-site-packages

After that FlexGet is usable via '<checkout directory>/bin/flexget'. Verify
installation by running:

bin/flexget -V

You may also place the configuration files in ~/.flexget (Unix, Mac OS X) 
or C:\Documents and Setting\<username>\flexget (Windows).

If you don't want to use virtualenv there's 'flexget_vanilla.py' file which
can be used to run FlexGet without bootstrapping, note that you will need to
install all required dependencies yourself.

About

The official FlexGet repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.1%
  • JavaScript 7.9%