Added installation notes for Windows [skip ci]

This commit is contained in:
Andrew Kane
2024-03-16 11:35:55 -07:00
parent 183d50bdbd
commit 3a6e0afb9c

View File

@@ -50,6 +50,10 @@ nmake /F Makefile.win
nmake /F Makefile.win install
```
If compilation fails with `Cannot open include file: 'postgres.h': No such file or directory`, make sure `PGROOT` is correct.
If installation fails with `Access is denied`, re-run the installation instructions as an administrator.
You can also install it with [Docker](#docker) or [conda-forge](#conda-forge).
## Getting Started