layout | title | subtitle |
---|---|---|
page |
Installation Guide |
It's as easy as running one command! |
For installation of the latest stable
version of EinsteinPy:
- Using pip:
$ pip install einsteinpy
- Using conda:
$ conda install -c conda-forge einsteinpy
For installing the development version, you can do two things:
- Installation from clone:
$ git clone https://github.com/einsteinpy/einsteinpy.git
$ cd einsteinpy/
$ python setup.py install
- Install using pip:
$ pip install git+https://github.com/einsteinpy/einsteinpy.git
$ pip install --editable /path/to/einsteinpy[dev]
Please open an issue here: https://github.com/einsteinpy/einsteinpy/issues if you feel any difficulty in installation!