feat: Add package structure for TheChart, implement entry points for console scripts and module execution
This commit is contained in:
@@ -8,6 +8,8 @@ make install
|
||||
|
||||
# Run the application
|
||||
make run
|
||||
# Or use the package entry point
|
||||
python -m thechart
|
||||
|
||||
# Run tests (consolidated test suite)
|
||||
make test
|
||||
@@ -96,8 +98,9 @@ python -m venv .venv
|
||||
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Run the application
|
||||
# Run the application (any of the following)
|
||||
python src/main.py
|
||||
python -m thechart
|
||||
```
|
||||
|
||||
## 🧪 Testing
|
||||
|
||||
Reference in New Issue
Block a user