File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,34 +5,59 @@ A Python utility built on Sympy (A symbolic mathematics library) which will anal
55
66![ equation] ( https://latex.codecogs.com/png.latex?%5Cdpi%7B100%7D%20%5Chuge%20G_%7B%5Cmu%5Cnu%7D%20&plus ; %20%5CLambda%20g_%7B%5Cmu%5Cnu%7D%20%3D%20%5Cfrac%7B8%5Cpi%20G%7D%7Bc%5E4%7DT_%7B%5Cmu%5Cnu%7D )
77
8- Prerequisites
9- =============
8+ Prerequisites (Linux)
9+ =====================
1010
11- 1.) Install Python3 (Linux, MacOS)
11+ 1.) Install Python3
1212
1313 $ sudo apt install python3
1414
15- 2.) Install pip3 (Linux, MacOs)
15+ 2.) Install pip3
1616
1717 $ sudo apt install python3-pip
1818
19- 3a .) Install git (Linux)
19+ 3 .) Install git
2020
2121 $ sudo apt-get install git
2222
23- 3b.) Install git (Mac)
23+ Prerequisites (MacOS)
24+ =====================
25+
26+ 1.) Install homebrew
2427
2528 $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" brew doctor
29+
30+ 2.) Set python as an enviornmental varible.
31+
32+ $ export PATH="/usr/local/opt/python/libexec/bin:$PATH"
33+
34+ 2.) Install git
35+
2636 $ brew install git
2737
28- 3b.) Install git (Windows)
38+ 3.) Install python3 and pip3 (https://docs.python-guide.org/starting/install3/osx/ )
39+
40+ $ brew install python3
41+ $ brew postinstall python3
42+
43+ Prerequisites (Windows)
44+ =======================
45+ 1.) Install Python3
46+
47+
48+
49+ 2.) Install pip3
50+
51+
52+
53+ 3.) Install git
2954
3055 Navigate to https://gitforwindows.org/
3156
32- Installation with pip
33- =====================
57+ Installation with pip3
58+ ======================
3459
35- 1.) Install with pip
60+ 1.) Install with pip3
3661
3762 $ pip3 install spacetimeengine
3863
You can’t perform that action at this time.
0 commit comments