Hyeonseo commited on
Commit
62f1401
·
1 Parent(s): 6789ed2

add: install marp command

Browse files
Files changed (1) hide show
  1. env_set.py +1 -2
env_set.py CHANGED
@@ -7,6 +7,5 @@ def env_set():
7
  subprocess.run(f"apt-get install -y fonts-nanum", shell=True)
8
  subprocess.run(f"fc-cache -fv", shell=True)
9
  subprocess.run(f"rm ~/.cache/matplotlib -rf", shell=True)
10
- subprocess.run(f"sudo apt-get install google-chrome-stable", shell=True)
11
- subprocess.run(f"apt-get install --fix-broken --assume-yes", shell=True)
12
 
 
7
  subprocess.run(f"apt-get install -y fonts-nanum", shell=True)
8
  subprocess.run(f"fc-cache -fv", shell=True)
9
  subprocess.run(f"rm ~/.cache/matplotlib -rf", shell=True)
10
+ subprocess.run(f"npm install -g @marp-team/marp-cli", shell=True)
 
11