Skip to content

How to install DAMASK/python in editable mode #37

Answered by MarDiehl
hakonanes asked this question in Q&A
Discussion options

You must be logged in to vote

@hakonanes thanks for reporting.

I can confirm this issue, which is due to our git describe-based generation of version strings for development versions. The information on https://damask-multiphysics.org/dev/installation/source_code will be updated soon with the following information:

Normally (since the processing tools are completely Python-based) it suffices to add the location of the module to PYTHONPATH. For a pip install (which also handles dependencies) one has to update the VERSION file manually. For that, sed with 's/-/.dev/;s/-g/+/' can be used.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hakonanes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants