File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ Replicating this environment is crucial for stability and performance.
2424
2525## Complete Installation Guide
2626
27- This project has many dependencies. Most can be installed using ` pip ` . Some require OS-level package managers. This is
28- going to work best in Linux-based systems.
27+ This project has many dependencies. Most can be installed using ` pip ` . Some require OS-level package managers.
28+
29+ *** These instruction are for Linux-based systems. In particular for Ubuntu 20.04 LTS based operating systems. Other
30+ systems may have errors that will require debugging.***
2931
3032### Linux (Ubuntu-based Systems)
3133First install ` Python 3 ` and ` pip ` :
@@ -77,7 +79,13 @@ sudo apt install mongodb-org
7779Next, create a Python environment. There are 2 ways to do this: Anaconda or VEnv.
7880
7981#### Anaconda
80- First install Anaconda from https://www.anaconda.com/ .
82+ First install Anaconda from https://www.anaconda.com/ . You will need to download the latest installer and then run the following commands:
83+ ``` commandline
84+ sudo chmod +x Anaconda3-xxxx.xx-Linux-x86_64.sh
85+ ./Anaconda3-xxxx.xx-Linux-x86_64.sh
86+ ```
87+
88+ Close and reopen ** all** terminal windows.
8189
8290Make the Anaconda environment:
8391``` commandline
You can’t perform that action at this time.
0 commit comments