瀏覽代碼

README.md updated

Lars 2 年之前
父節點
當前提交
391b9c3a65
共有 2 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md
  2. 0 0
      src/server.py

+ 11 - 0
README.md

@@ -1,3 +1,14 @@
 
 ## Cell Classifier
 
+### Linux install
+
+Requirements: python version 3.9 or higher, and venv, eg.: python3.9-venv
+
+Clone the repository and run from the root:
+```
+python3.9 -m venv .venv
+source .venv/bin/activate
+pip install --upgrade pip
+pip install -r requirements.txt
+```

+ 0 - 0
src/server.py