Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.01 KB

README.rst

File metadata and controls

42 lines (27 loc) · 1.01 KB

logo

licence

NOTE: This package is an experimental fork from imate, and is under development.

Install

pypi

  • Install through PyPi:

    pip install pyrand
    
  • Install through Anaconda:

    conda install -c s-ameli pyrand
    
  • Download the source code, compile, and install by:

    git clone https://github.com/ameli/pyrand.git
    cd pyrand
    python setup.py install