66
77<div align =" center " >
88
9- [ ![ Python Version] ( https://img.shields.io/badge/python-3.8+-blue.svg )] ( https://www.python.org/downloads/ )
9+ [ ![ Python Version] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( https://www.python.org/downloads/ )
10+ [ ![ PyPI version] ( https://badge.fury.io/py/ethos-cli.svg )] ( https://pypi.org/project/ethos-cli/ )
11+ [ ![ Downloads] ( https://img.shields.io/pypi/dm/ethos-cli.svg )] ( https://pypi.org/project/ethos-cli/ )
1012[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
1113[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://github.com/Itz-Agasta/ethos/pulls )
12- [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/Itz-Agasta/ethos )] ( https://codecov.io/gh/Itz-Agasta/ethos )
13- [ ![ Downloads] ( https://img.shields.io/pypi/dm/ethos )] ( https://pypi.org/project/ethos/ )
1414[ ![ GitHub Issues] ( https://img.shields.io/github/issues/Itz-Agasta/ethos )] ( https://github.com/Itz-Agasta/ethos/issues )
1515[ ![ GitHub Stars] ( https://img.shields.io/github/stars/Itz-Agasta/ethos )] ( https://github.com/Itz-Agasta/ethos/stargazers )
1616[ ![ Last Commit] ( https://img.shields.io/github/last-commit/Itz-Agasta/ethos )] ( https://github.com/Itz-Agasta/ethos/commits/main )
2323 <br />
2424 <a href="https://www.youtube.com/watch?v=E1AjSHxe5NU&feature=youtu.be">View Demo</a>
2525 ·
26+ <a href="https://vyse-1.gitbook.io/ethos/">Documentation</a>
27+ .
2628 <a href="https://github.com/Itz-Agasta/ethos/issues">Report Bug</a>
2729 ·
2830 <a href="https://github.com/Itz-Agasta/ethos/issues">Request Feature</a>
9597
9698Make sure you have the following installed:
9799
98- - Python 3.8 or later
99- - pip (Python package installer)
100+ - Python 3.9 or later
101+ - pipx (Recommended) or pip
100102- VLC media player
101103
104+ For detailed system-specific requirements and setup instructions, please refer to our [ official documentation] ( https://vyse-1.gitbook.io/ethos/ ) .
105+
102106## Quick Start
103107
104108``` bash
105- # Install Ethos
106- pip install ethos
109+ # Install using pipx (recommended)
110+ pipx install ethos-cli
111+
112+ # Or using pip
113+ pip install ethos-cli
114+ ```
107115
116+ ``` bash
108117# Start playing music
109118ethos
110119```
@@ -114,10 +123,12 @@ ethos
114123### For Development:
115124
1161251 . ** Clone the Repository:**
126+
117127 ``` bash
118128 git clone https://github.com//Itz-Agasta/ethos.git
119129 cd ethos
120130 ```
131+
1211322 . ** Install Poetry:**
122133
123134 ``` bash
@@ -145,7 +156,7 @@ ethos
145156
146157### For Distribution:
147158
148- Coming Soon
159+ Visit the [ Official Ethos Documentation ] ( https://vyse-1.gitbook.io/ethos/ ) for detailed installation instructions based on your system.
149160
150161## Usage:
151162
0 commit comments