We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope these will be helpful to others!
Did a git clone of repository as pypi seemed to have an older version
git clone https://github.com/J-hanks/uml2django.git
For debugging, I had to copy the src directory from the github directory at the same level as my test.py directory.
cp -r uml2django_github/src/uml2django .
Need to create a script to run plantuml, put this in ~/bin, make it executable and add ~/bin to path. This can be done in ~/.profile
#! /bin/bash # run the plantul jar file on command line java -jar ~/bin/plantuml.jar $*
svelte needs npm!
sudo apt install npm -y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying out uml2django using wsl2.
Hope these will be helpful to others!
Configurations
Did a git clone of repository as pypi seemed to have an older version
For debugging, I had to copy the src directory from the github directory at the same level as my test.py directory.
Need to create a script to run plantuml, put this in ~/bin, make it executable and add ~/bin to path.
This can be done in ~/.profile
svelte needs npm!
The text was updated successfully, but these errors were encountered: