Skip to content

joeleong/pypokerstove

Repository files navigation

pypokerstove

python bindings for pokerstove

Dependencies

Linux

sudo apt-get install cmake libboost-all-dev swig

OS X

brew install boost cmake swig

Install

git clone --recursive http:https://gitub.com/joeleong/pypokerstove

# pokerstove patches
git apply patches/*.patch

# build pokerstove/libs
mkdir pokerstove/build
pushd pokerstove/build
cmake ../src
make
popd

# build pypokerstove (python bindings)
mkdir build
cd build
cmake ..
make

# install bindings (-e for develop)
pip install .

Dockerfile

There is also a Dockerfile for Linux dev

docker build -t pypokerstove .
docker run -it pypokerstove

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published