File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,23 @@ adding 'dnp3_python-0.2.3b2.dist-info/RECORD'
287287removing build/bdist.linux-x86_64/wheel
288288` ` `
289289
290+ # ## Building on windows systems
291+ To get started install the following programs:
292+ * Latest Visual Studio (2022 at the time of writing)
293+ * Desktop development with C++ - Workload
294+ * Git for Windows - Individual components
295+ * Local python install
296+ * install python package ` wheel` with ` py -m pip install wheel`
297+
298+ # ### Compiling
299+ * Open up powershell from within VS2022 - Tools -> Command Line -> Developer Powershell
300+ * run a ` git clone --recurse-submodules https://github.com/VOLTTRON/dnp3-python.git` to obtain the latest version
301+ * ` cd dnp3-python`
302+ * ` python setup.py install`
303+ * ` python setup.py bdist_wheel`
304+ * the ` whl` file should now be in the ` dist` folder
305+
306+
290307More information
291308about [building wheels](https://wheel.readthedocs.io/en/stable/user_guide.html? highlight=bdist_wheel#building-wheels),
292309[The Story of Wheel](https://wheel.readthedocs.io/en/stable/story.html? highlight=bdist_wheel#the-story-of-wheel),
You can’t perform that action at this time.
0 commit comments