Skip to content

How to build/pip install a local version? #48

Answered by casperdcl
KrisThielemans asked this question in Q&A
Discussion options

You must be logged in to vote
cd model
yardl generate
pip install ../python

and if you don't want to keep re-installing (i.e. running yardl generate won't need another pip install):

pip install -e ../python

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KrisThielemans
Comment options

KrisThielemans Nov 1, 2024
Maintainer Author

Answer selected by KrisThielemans
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