mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-05 03:09:14 +00:00
ci: drop TravisCI and ReadTheDocs, replaced by Github Actions and mkdocs
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
Getting the source code
|
||||
=======================
|
||||
|
||||
GuessIt is actively developed on [GitHub](https://github.com/guessit-io/guessit).
|
||||
|
||||
You can either clone the public repository:
|
||||
|
||||
$ git clone https://github.com/guessit-io/guessit.git
|
||||
|
||||
Download the [tarball](https://github.com/guessit-io/guessit/tarball/master):
|
||||
|
||||
$ curl -L https://github.com/guessit-io/guessit/tarball/master -o guessit.tar.gz
|
||||
|
||||
Or download the [zipball](https://github.com/guessit-io/guessit/zipball/master):
|
||||
|
||||
$ curl -L https://github.com/guessit-io/guessit/zipball/master -o guessit.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
|
||||
Reference in New Issue
Block a user