-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·35 lines (24 loc) · 983 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NumTy
=====
A Python 2.7 library for topics included in elementary number theory, ranging from congruences and quadratic residues to prime numbers.
Documentation
-------------
The documentation available as of the date of this release is included in the docs/ directory.
Installation
------------
Installation of this package uses pip, included by default in Python 2.7.9 and later. If your computer doesn’t have pip, download `this file
<http://bootstrap.pypa.io/get-pip.py>`_. Then open up your terminal and enter the command shown below::
python get-pip.py
Installation of the AMP package can be done by opening your computer's terminal and entering the following::
pip install numty
License
-------
See the file called LICENSE.txt.
Links
-----
The most up-to-date version of this software can be found at:
* https://github.com/ioguntol/numty
* https://pypi.python.org/pypi/numty
Contact
-------
The developer, Ini Oguntola, can be contacted at [email protected].