Skip to content

Commit

Permalink
Add install.mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Korakot Chaovavanich authored and Korakot Chaovavanich committed Nov 6, 2020
1 parent d5bc386 commit 8b13551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions kora/install/mongodb.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os

os.system("apt install mongodb")
os.system("service mongodb start")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="kora",
version="0.9.3",
version="0.9.4",
author="Korakot Chaovavanich",
author_email="[email protected]",
description="Convenient tools for Colab",
Expand Down

0 comments on commit 8b13551

Please sign in to comment.