mirror of
https://github.com/ThatNotEasy/PlayReadyProxy-API.git
synced 2026-04-02 10:38:16 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
de2a819cf6
commit
9cb714f0e0
37
README.md
37
README.md
@@ -1,28 +1,33 @@
|
||||
# PlayReady-ProxyAPI
|
||||
`PlayReady-ProxyAPI` is an API service designed to work alongside [PlayReady-Proxy](https://github.com/ThatNotEasy/PlayReady-Proxy), enabling seamless integration for handling `PlayReady DRM` operations.
|
||||
# PlayReadyProxy-API
|
||||
`PlayReadyProxy-API` is an API service designed to work alongside [PlayReadyProxy](https://github.com/ThatNotEasy/PlayReadyProxy) (Edge Extension), enabling seamless integration for handling `PlayReady DRM` operations.
|
||||
|
||||
## Installation
|
||||
- Perform a `git clone`
|
||||
|
||||
```
|
||||
git clone https://github.com/ThatNotEasy/PlayReady-ProxyAPI
|
||||
git clone https://github.com/ThatNotEasy/PlayReadyProxy-API
|
||||
```
|
||||
|
||||
- Create, activate a virtual environment & install depencies
|
||||
|
||||
- Create a Virtual Environment & Activate
|
||||
```
|
||||
$ python -m venv venv
|
||||
|
||||
// For Wingay
|
||||
$ venv\Scripts\activate
|
||||
|
||||
// For Linux
|
||||
$ source venv/bin/activate
|
||||
|
||||
$ pip install -r requirements.txt
|
||||
python -m venv venv
|
||||
```
|
||||
|
||||
- Run Flask:
|
||||
- Wingay
|
||||
```
|
||||
venv\Scripts\activate
|
||||
```
|
||||
|
||||
- Linux
|
||||
```
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
- Install depencies
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
- Run Flask
|
||||
|
||||
```
|
||||
flask run
|
||||
|
||||
Reference in New Issue
Block a user