How to get a server setup when installing DIRAC in development mode #6293
Answered
by
chaen
marianne013
asked this question in
Q&A
-
When we install DIRAC in development mode we use something along these lines:
Unfortunately we then seem to end up with a client install which sadly lacks pyyaml.
which fails with the error:
I assume this is my bad, but how am I meant to do this ? |
Beta Was this translation helpful? Give feedback.
Answered by
chaen
Aug 5, 2022
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
marianne013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip install -e DIRAC[Server]
?