> The install file that Johan updated says to install the dependencies:
> > poker-eval
> > pypoker-eval
> > web.py
> > nose
> > Paste
> 
> Where can i get these files? And what are they? Javascript files python
> script?
> 
> How can I install them?
> 

For poker-eval and pypoker-eval are the hand evaluation library and python 
bindings, AFAIK recent version are not packaged for MacOSX.

You can install them from sources:
http://download.gna.org/pokersource/sources/

Download latest tarball and:
./configure
make
make install

nose and Paste are python package, only needed for running the test suite and 
web.py is the web framework needed for running the webservice.

You can install them from http://pypi.python.org/pypi using:
pip install name_of_package


_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to