Sha256: 8f9b8bfa12f579ad8502259c9ebfc27a87cb6463582e4309a70c2fd18cac9e09

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 Bytes

Contents


Minimal install instructions for development
--------------------------------------------

git clone https://github.com/plures/gumath
cd gumath

git clone https://github.com/plures/ndtypes
git clone https://github.com/plures/xnd


Install ndtypes locally
-----------------------

cd ndtypes
python3 setup.py install --local=$PWD/../python


Install xnd locally
-------------------

cd ../xnd
python3 setup.py install --local=$PWD/../python


Install gumath locally
----------------------

cd ..
python3 setup.py build


Use the modules
---------------

cd python/

The modules are now importable from this directory.



Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gumath-0.2.0dev8 ext/ruby_gumath/gumath/INSTALL.txt
gumath-0.2.0dev5 ext/ruby_gumath/gumath/INSTALL.txt