Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tinyarray
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kwant
tinyarray
Commits
6ca32422
Commit
6ca32422
authored
Sep 17, 2013
by
Christoph Groth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
provide installation instructions
parent
b8578091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
9 deletions
+41
-9
README
README
+41
-9
No files found.
README
View file @
6ca32422
...
...
@@ -22,24 +22,56 @@ Tinyarray is licensed under the "simplified BSD License". See `<LICENSE>`_.
Website: http://git.kwant-project.org/tinyarray/about/
Source code
-----------
Source tarballs are available at http://downloads.kwant-project.org/tinyarray/
Clone the Git repository with ::
git clone http://git.kwant-project.org/tinyarray
Installation
------------
Prepared packages exist for Debian, Ubuntu, Windows, and Mac OS X. Follow the
`installation instructions for "Kwant" <http://kwant-project/install>`_ up to
the point where Tinyarray has been installed.
You can build from source with the usual ``python setup.py install``. ``pip
install tinyarray`` should also work.
``pip install tinyarray`` should also work.
Prepared packages also exist:
* Windows
Source
------
Use `Christoph Gohlke's installer
<http://www.lfd.uci.edu/~gohlke/pythonlibs/#tinyarray>`_.
Source tarballs are available at http://downloads.kwant-project.org/tinyarray/
* Ubuntu and derivatives ::
Clone the Git repository with ::
sudo apt-add-repository ppa:kwant-project/ppa
sudo apt-get update
sudo apt-get install python-tinyarray
git clone http://git.kwant-project.org/tinyarray
* Debian and derivatives
1. Add the following lines to ``/etc/apt/sources.list``::
deb http://downloads.kwant-project.org/debian/ stable main
deb-src http://downloads.kwant-project.org/debian/ stable main
2. (Optional) Add the OpenPGP key used to sign the repositories by executing::
sudo apt-key adv --keyserver pgp.mit.edu --recv-key C3F147F5980F3535
3. Update the package data, and install::
sudo apt-get update
sudo apt-get install python-tinyarray
* Mac OS X
Follow the `instructions for installing "Kwant"
<http://kwant-project.org/install#mac-os-x>`_ but install
``py27-tinyarray`` instead of ``py27-kwant`` etc.
Usage example
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment