Skip to content

Commit

Permalink
add run from source
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jun 30, 2024
1 parent 65645ad commit 33d002f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,25 @@
- Only Real-Debrid supported right now *(if you want other debrid services, please provide an account)*

# Installation
## From source
- Clone the repository and enter the folder
```sh
git clone https://github.com/g0ldyy/comet
cd comet
```
- Install dependencies
```sh
pip install poetry
poetry install
````
- Start Comet
```sh
poetry run python -m comet.main
````

## With Docker
- Simply run the Docker image after modifying the environment variables
```
```sh
docker run -p 8000:8000 -d \
--name comet \
-e FASTAPI_HOST=0.0.0.0 \
Expand Down

0 comments on commit 33d002f

Please sign in to comment.