6 lines
109 B
Bash
6 lines
109 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
git clone https://github.com/mrocklin/multipolyfit.git
|
||
|
|
cd multipolyfit
|
||
|
|
pip install -e .
|