Update README.md

This commit is contained in:
YOLOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
2025-02-01 10:28:32 +08:00
committed by GitHub
parent de2a819cf6
commit 9cb714f0e0

View File

@@ -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