From 12892d5d45566b608542dc7165069d819a244dd0 Mon Sep 17 00:00:00 2001 From: Agah Date: Fri, 9 Aug 2024 12:40:40 -0400 Subject: [PATCH] add new install cmd --- source/FULLSTACK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/FULLSTACK.md b/source/FULLSTACK.md index 50b545f..e8d5803 100644 --- a/source/FULLSTACK.md +++ b/source/FULLSTACK.md @@ -463,7 +463,7 @@ source ~/venv/neurolibre/bin/activate If successful, the name of the environment should appear on bash, something like `(neurolibre) ubuntu@neurolibre-sftp:~/venv$`. **Ensure that the (neurolibre) environment is activated when you are executing the following commands**: ``` -pip3 install --upgrade pip +pip3 install --upgrade pip setuptools wheel pip3 install -r ~/full-stack-server/api/requirements.txt ```