Commit ac85aab 1 parent c2c6d53 commit ac85aab Copy full SHA for ac85aab
File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ sympy/parsing/latex/_antlr/.antlr/
4
4
* .zip
5
5
amsmath
6
6
data.json
7
+ python_packages
Original file line number Diff line number Diff line change 8
8
9
9
10
10
docker :
11
- /bin/bash scripts/amsmath.sh
12
- /bin/bash scripts/data_json.sh
13
- /bin/bash scripts/antlr_4_7_1_download.sh
14
- sudo service docker start
15
- sudo docker build -t sympy_antlr .
16
- sudo docker run -it --rm sympy_antlr /bin/bash
11
+ # /bin/bash scripts/amsmath.sh
12
+ # /bin/bash scripts/data_json.sh
13
+ # /bin/bash scripts/antlr_4_7_1_download.sh
14
+ pip3 download antlr4-python3-runtime==4.7.1 -d python_packages
15
+ pip3 download mpmath -d python_packages
16
+ # sudo service docker start
17
+ # sudo docker build -t sympy_antlr .
18
+ # sudo docker run -it --rm sympy_antlr /bin/bash
17
19
18
20
docmac :
19
21
docker build -t sympy_antlr .
You can’t perform that action at this time.
0 commit comments