Skip to content

Commit

Permalink
Update Python 3 information (#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh authored and medariox committed Jan 18, 2019
1 parent 9f4bad5 commit 7bb87c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- Supports TVMaze and TMDB indexers
- Manual search episodes (you choose what to snatch based on all kind of info: provider, seeds, release group)
- Manual search for subtitles (useful when subtitle has low score because of typo in filename or alternative title)
- Support for Python 3
- Uses 'guessit' library to parse and enrich existing info (more precise than regexes)
- Improved Anime shows support
- Faster DailySearcher|Backlog|Find propers as we only process new items. Already processed items are discarded.
Expand Down Expand Up @@ -61,7 +62,9 @@
- Real SSL certificate validation

#### Dependencies
To run Medusa from source you will need Python 2.7.10
To run Medusa from source you will need one of these Python versions:
* **Python 2** – 2.7.10 and above
* **Python 3** – 3.5.0 and above

#### Installation - direct
Start [here](https://github.com/pymedusa/Medusa/wiki/Installation-&-Configuration-Guides) to read the installation guides for different setups.
Expand Down

0 comments on commit 7bb87c6

Please sign in to comment.