Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 913 Bytes

installation.md

File metadata and controls

48 lines (33 loc) · 913 Bytes
layout title subtitle
page
Installation Guide
It's as easy as running one command!

Stable Versions:

For installation of the latest stable version of EinsteinPy:

  • Using pip:
    $ pip install einsteinpy
  • Using conda:
    $ conda install -c conda-forge einsteinpy

Latest Versions:

For installing the development version, you can do two things:

  1. Installation from clone:
    $ git clone https://github.com/einsteinpy/einsteinpy.git

    $ cd einsteinpy/

    $ python setup.py install
  1. Install using pip:
    $ pip install git+https://github.com/einsteinpy/einsteinpy.git

Development Version

    $ 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!