Skip to content

Commit

Permalink
add new install instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Aug 8, 2017
1 parent 43b4c14 commit 3d31ad0
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,33 @@ y3 = numpy.sum( A0 * c, axis=-1 )

# Installation

## From GitHub

As user:

```bash
git clone https://github.com/johntfoster/bspline.git
cd bspline
python setup.py install --user
```

As admin, change the last command to

```bash
sudo python setup.py install
```

## Old method

Copy the `.py` files next to your source code,
or leave them in this directory and call it as a module.

Tested on Python 2.7 and 3.4.

Tested on Linux Mint.
# Tested on

- Python 2.7 and 3.4.
- Linux Mint.


# Dependencies

Expand Down

0 comments on commit 3d31ad0

Please sign in to comment.