]> git.mxchange.org Git - fba.git/blobdiff - docs/README.md
Continued:
[fba.git] / docs / README.md
index cd7c52d8fa6f47b02e79df4cdef3378bf5075072..3ded8f77c589c042ed864a11fdcec4d6a7b15135 100644 (file)
@@ -4,7 +4,10 @@ Used to see which instances block yours.
 
 ## software used:
 
-- python 3.10.2
+- python 3.11+
+- distribution's own:
+ - python3-fastapi (and all dependencies)
+ - python3-jinja2
 
 ## Installation
 
@@ -25,8 +28,11 @@ sudo -Hu fba su -
 # Clone code
 git clone git://git.mxchange.org/fba.git
 
+# Change to fba:
+cd fba
+
 # You MUST create a virtual environment:
-python3 -m venv venv
+python3 -m venv --system-site-packages venv
 
 # Add this to your ~/.bashrc file
 source "${HOME}/fba/venv/bin/activate"