Caves of Qud Wiki:Qud Blueprint Explorer: Difference between revisions

m
no edit summary
(Created page with "Qud Blueprint Explorer (QBE) is a [https://en.m.wikipedia.org/wiki/Python_%28programming_language%29 python] application that is able to read a player's ObjectBlueprints.xml a...")
 
mNo edit summary
Line 13: Line 13:
*Install Python 3.7 from [https://python.org/ Python.org] and select the installer option to add it to your PATH.
*Install Python 3.7 from [https://python.org/ Python.org] and select the installer option to add it to your PATH.
*In your terminal, <code>cd</code> to your copy of the repository and run these commands:
*In your terminal, <code>cd</code> to your copy of the repository and run these commands:
<syntaxhighlight lang="git">
<syntaxhighlight lang="xml">
pip install pipenv
pip install pipenv
pipenv sync
pipenv sync