Skip to content

Create working yaml file for dev install

Additional notes available here: !16 (closed) I cancelled that MR and am replacing with this one, following branch naming convention.

Dev IDE Set Up Instructions

  1. conda create -n envname python=3.9.12
  2. conda activate envname

conda env update -n envname --file "PathToFile\mdwizard_env.yml"

(grab yml file here)mdwizard_dev_env.yml

  1. Resolve reference to pymdwizard lib by adding a pth file in Lib/site-packages that points to that library within your local repo.

That should allow you to launch MainWindow.py from an IDE.

Merge request reports