Skip to content

Commit ec58059

Browse files
Updated Readme.md
1 parent e03b123 commit ec58059

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,27 @@ A Python utility built on Sympy (A symbolic mathematics library) which will anal
88
Prerequisites
99
=============
1010

11-
1.) Install Python3
11+
1.) Install Python3 (Linux, MacOS)
1212

1313
$ sudo apt install python3
1414

15-
2.) Install pip3
15+
2.) Install pip3 (Linux, MacOs)
1616

1717
$ sudo apt install python3-pip
1818

19+
3a.) Install git (Linux)
20+
21+
$ sudo apt-get install git
22+
23+
3b.) Install git (Mac)
24+
25+
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor
26+
$ brew install git
27+
28+
3b.) Install git (Windows)
29+
30+
Navigate to https://gitforwindows.org/
31+
1932
Installation with pip
2033
=====================
2134

@@ -263,4 +276,4 @@ This is a measure of how much two initial paralell geodesic paths will deviate o
263276

264277
![equation](https://latex.codecogs.com/png.latex?%5Cdpi%7B100%7D%20%5Chuge%20%5Cfrac%7Bd%5E%7B2%7D%5Cxi%5E%7B%5Clambda%7D%7D%7Bdt%5E%7B2%7D%7D%3D-%5C%3BR%5E%7B%5Clambda%7D_%7B%5Cmu%5Cnu%5Cell%7D%5Cfrac%7Bdx%5E%7B%5Cmu%7D%7D%7Bdt%7D%5Cfrac%7Bdx%5E%7B%5Cnu%7D%7D%7Bdt%7D%5Cxi%5E%7B%5Cell%7D)
265278

266-
>>> spacetime.print_separation_geodesic_acceleration(0)
279+
>>> spacetime.print_separation_geodesic_acceleration(0)

0 commit comments

Comments
 (0)