Skip to content

Commit ac85aab

Browse files
committed
download python packages
1 parent c2c6d53 commit ac85aab

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ sympy/parsing/latex/_antlr/.antlr/
44
*.zip
55
amsmath
66
data.json
7+
python_packages

Makefile

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ help:
88

99

1010
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
1719

1820
docmac:
1921
docker build -t sympy_antlr .

0 commit comments

Comments
 (0)