mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 19:47:44 +00:00
refactor: rename project from Predix to NexQuant
Rename all source files, scripts, tests, documentation, and configuration from Predix/predix to NexQuant/nexquant across the entire codebase.
This commit is contained in:
@@ -26,7 +26,7 @@ Die Pakete sind in `requirements.txt` enthalten.
|
||||
### Alle Tests ausführen
|
||||
|
||||
```bash
|
||||
cd /home/nico/Predix
|
||||
cd /home/nico/NexQuant
|
||||
pytest test/backtesting/
|
||||
```
|
||||
|
||||
@@ -226,8 +226,8 @@ Für GitHub Actions oder andere CI/CD-Systeme:
|
||||
|
||||
```bash
|
||||
# Stelle sicher dass du im Projekt-Verzeichnis bist
|
||||
cd /home/nico/Predix
|
||||
export PYTHONPATH=/home/nico/Predix:$PYTHONPATH
|
||||
cd /home/nico/NexQuant
|
||||
export PYTHONPATH=/home/nico/NexQuant:$PYTHONPATH
|
||||
pytest test/backtesting/
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user