소스 검색

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