Skip to content

Commit c68e775

Browse files
committed
edits for easier module install
1 parent deb6a21 commit c68e775

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ General install instructions:
2424
cd bmg_module
2525
pip install -e .
2626

27+
If you're having trouble installing the requirements or wei due to an issue installing httptools, use the Visual Studio Installer (download this if you don't have it already), and either modify or install Visual Studio Community 2022 to include "Desktop development with C++".
28+
2729
#### Running the driver
2830

2931
cd bmg_module

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ dependencies = [
99
"uvicorn>=0.14.0",
1010
"ad_sdl.wei>=0.7.2,<8.0",
1111
"pytest",
12-
"pythoncom",
12+
"pywin32",
1313
"comtypes",
14+
"starlette",
1415
]
1516
requires-python = ">=3.9.1"
1617
readme = "README.md"

0 commit comments

Comments
 (0)