Commit 73c1975
fix: Install TNFR in editable mode from repo source, not PyPI
Use `pip install -e .` to install TNFR directly from the repository
source code (latest development version) instead of the older PyPI version.
Add verification step to display installation location confirming it's from repo.
Intent: Ensure Copilot works with the most advanced TNFR version for
exploration, study, investigation, and development of the theory.
Operators involved: Emission (AL) - generating from fresh source
Coherence (IL) - stabilizing on correct version
Key changes:
- Changed from `pip install .` to `pip install -e .` (editable mode)
- Added explicit comment: "Install TNFR directly from repository source code (NOT from PyPI)"
- Added location verification in test step
- Editable mode enables immediate reflection of code changes
Benefits:
- ✓ Latest development version (0.1.dev4 from repo vs older PyPI)
- ✓ Editable install: changes in source immediately available
- ✓ Clear verification: shows installation location
- ✓ Copilot works with cutting-edge TNFR implementations
Affected invariants: #8 (Controlled Determinism - correct version source)
Metrics: Version freshness ↑, development iteration speed ↑
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>1 parent 5ed2dd8 commit 73c1975
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments