Run ruff format changes and finalize indentation and lint fixes.
This commit is contained in:
@@ -8,7 +8,7 @@ make install
|
||||
|
||||
# Run the application
|
||||
make run
|
||||
# Or use the package entry point
|
||||
# Or use the package entry point (preferred)
|
||||
python -m thechart
|
||||
|
||||
# Run tests (consolidated test suite)
|
||||
@@ -98,9 +98,9 @@ python -m venv .venv
|
||||
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Run the application (any of the following)
|
||||
python src/main.py
|
||||
# Run the application (either of the following)
|
||||
python -m thechart
|
||||
python src/main.py
|
||||
```
|
||||
|
||||
## 🧪 Testing
|
||||
@@ -129,7 +129,7 @@ make test
|
||||
## 🚀 Usage
|
||||
|
||||
### Basic Workflow
|
||||
1. **Launch**: Run `python src/main.py` or use the desktop file
|
||||
1. **Launch**: Run `python -m thechart` (preferred) or use the desktop file
|
||||
2. **Configure**: Set up medicines and pathologies via the Tools menu
|
||||
3. **Track**: Add daily entries with medication and symptom data
|
||||
4. **Visualize**: View graphs and trends in the main interface
|
||||
|
||||
Reference in New Issue
Block a user