Skip to content

Commit 4d000ed

Browse files
Added disclaimer about Ubuntu 20.04 LTS and anaconda install commands
1 parent f24a701 commit 4d000ed

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/Getting Started/1 - Initial Steps.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
3133
First install `Python 3` and `pip`:
@@ -77,7 +79,13 @@ sudo apt install mongodb-org
7779
Next, 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

8290
Make the Anaconda environment:
8391
```commandline

0 commit comments

Comments
 (0)