How to install reflex in editable mode? #5343
-
|
Earlier versions (v0.6.x) allowed to install reflex in editable mode via with reflex checked out in a corresponding local directory Now when using more recent with 1 CPU core going into full exhaustion for a long period of time. I never had the patience so far to wait until it might actually succeed. Is there a proven way to nowadays install reflex in editable (development) mode so that I can observe and modify its source code? Eventually being able to learn and debug reflex internals will also help me to make some contributions to reflex itself. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Found a workaround for installing Relevant parts in services:
app:
command: |
watchexec
--restart
-w /usr/local/lib/python3.11/site-packages/reflex
reflex run --loglevel debug
volumes:
- ./app:/app
- ./bin/watchexec_2.1.2:/usr/local/bin/watchexec
- ./reflex/reflex:/usr/local/lib/python3.11/site-packages/reflexWith |
Beta Was this translation helpful? Give feedback.
-
|
should be fixed with #5354 i think it was going on an infinite loop trying to find pyi hashes file |
Beta Was this translation helpful? Give feedback.
should be fixed with #5354 i think it was going on an infinite loop trying to find pyi hashes file