mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Add troubleshooting section to README.md with links for fixing installation and build issues. This update aims to assist users in resolving common problems encountered during setup.
This commit is contained in:
parent
d339d5e436
commit
22993d5da2
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ For now, the local execution path gives you full control and privacy. As we buil
|
|||
- [📦 Publishing Guide](docs/PUBLISHING.md) - How to publish to PyPI
|
||||
- [🤝 Contributing](docs/CONTRIBUTING.md) - How to contribute
|
||||
|
||||
### Troubleshooting
|
||||
- [🔧 Fix Installation Issues](FIX_INSTALL.md) - Resolve `ModuleNotFoundError: No module named 'flakestorm.reports'`
|
||||
- [🔨 Fix Build Issues](BUILD_FIX.md) - Resolve `pip install .` vs `pip install -e .` problems
|
||||
|
||||
### Reference
|
||||
- [📋 API Specification](docs/API_SPECIFICATION.md) - API reference
|
||||
- [🧪 Testing Guide](docs/TESTING_GUIDE.md) - How to run and write tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue