Hyeonseo commited on
Commit
61db289
·
1 Parent(s): 62f1401

Update env_set.py

Browse files
Files changed (1) hide show
  1. env_set.py +1 -0
env_set.py CHANGED
@@ -7,5 +7,6 @@ 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"npm install -g @marp-team/marp-cli", shell=True)
11
 
 
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"apt-get install nodejs", shell=True)
11
  subprocess.run(f"npm install -g @marp-team/marp-cli", shell=True)
12