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.
24
24
25
25
## Complete Installation Guide
26
26
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.***
29
31
30
32
### Linux (Ubuntu-based Systems)
31
33
First install ` Python 3 ` and ` pip ` :
@@ -77,7 +79,13 @@ sudo apt install mongodb-org
77
79
Next, create a Python environment. There are 2 ways to do this: Anaconda or VEnv.
78
80
79
81
#### 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.
81
89
82
90
Make the Anaconda environment:
83
91
``` commandline
You can’t perform that action at this time.
0 commit comments