Skip to content

Commit 1f56bf7

Browse files
authored
Update README.md
1 parent e9e7b5a commit 1f56bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Admin Console.
2424
* Python 2.7+
2525
* User Management API Credentials (see [the official documentation](https://www.adobe.io/products/usermanagement/docs/gettingstarted))
2626
* Accessible LDAP server (optional)
27+
* If running on Windows, a 64 bit version of Windows is required.
2728

2829
# Installation
2930

@@ -42,6 +43,8 @@ To build, run `make pex` from the command line in the main repo directory.
4243

4344
## Build Instructions for local execution and debugging on Windows
4445

46+
Builds and execution are setup for 64 bit windows versions.
47+
4548
First, there are several projects that do not have good 64 bit builds for Windows platforms. These are enum34, python_ldap, and pyYaml. Acceptable builds are in the misc/build/Win64 folder and these can be used directly. You can also check http://www.lfd.uci.edu/~gohlke/pythonlibs/
4649

4750
Load dependencies into interpreter directory:

0 commit comments

Comments
 (0)