Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 651 Bytes

Welcome to opython

OpenHoldem opython user dll add-on

Instructions

# To Compile

1. Make sure you have support for c++ and mfc in visual studio
2. Install Python 3.x for x86
3. Set additional includes and libraries search directories for installed python in visual studio project
	by right clicking it in the solution explorer and selecting properties
	c++ -> Additional include directories. Defaults to C:\Python37-32\include 
	linker -> Additional Library directories. Defaults to C:\Python37-32\libs
4. Build

## To Run

1. Move user.dll, python.ohf and bot.py to Openholdem directory
2. Load python.ohf in oh
3. Run :)