Skip to content

Getting the source code

Guessit-fork is actively developed on GitHub.

You can either clone the public repository:

$ git clone https://github.com/masudranaxpert/Guessit-fork.git

Download the tarball:

$ curl -L https://github.com/masudranaxpert/Guessit-fork/tarball/main -o guessit-fork.tar.gz

Or download the zipball:

$ curl -L https://github.com/masudranaxpert/Guessit-fork/zipball/main -o guessit-fork.zip

Once you have a copy of the source, you can embed it in your Python package, install it into your site-packages folder like that:

$ python setup.py install

or use it directly from the source folder for development:

$ python setup.py develop