diff --git a/README.md b/README.md index c682af10..3e15a1dd 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,6 @@ If you use all or any parts of this code, please cite [arxiv.org/2104.04582](htt ## Getting Started -Install with pip (CPU only for now): -``` -pip install fastemriwaveforms -``` - -In a python file or notebook: -``` -import few -``` See [examples notebook](https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms/blob/master/examples/FastEMRIWaveforms_tutorial.ipynb). @@ -30,12 +21,6 @@ There are a set of files required for total use of this package. They will downl ### Installing - -Install with pip (CPU only for now): -``` -pip install fastemriwaveforms -``` - To install from source: 0) [Install Anaconda](https://docs.anaconda.com/anaconda/install/) if you do not have it.