Welcome to ML Mondays! Below, you will find all the information & instructions you may need to follow along with our workshops!
Before we begin, make sure your system has the minimum operating requirements neccecary to run the program. If not, you may need to run an older version of the program!
1.Operating Systems:Windows 10 or newer, 64-bit macOS 10.13+, or Linux, including Ubuntu, RedHat, CentOS 7+
2.System architecture: Windows- 64-bit x86; MacOS- 64-bit x86 & M1; Linux- 64-bit x86, 64-bit aarch64 (AWS Graviton2), 64-bit Power8/Power9, s390x (Linux on IBM Z & LinuxONE).
- Minimum 5 GB disk space to download and install.
If you haven't already installed Anaconda, follow these steps:
- Visit the Anaconda download page.
- Download the Anaconda installer for your operating system (Windows, macOS, Linux).
- Follow the installation instructions for your OS using the link + steps above!
Now that Anaconda is installed, let's create a new environment for our workshop:
-
Visit the Anaconda Envrioment Page Here for the Offical Walkthrough (Note we may make slight modifications compared to website):
-
To active the environment:
- On Windows: conda activate ml_monday
- On Mac/Linux: source activate ml_monday
Finally, to install the neccecary dependencies, run the following command from the directory -> pip install -r path/to/requirements
Good Luck, and have fun !!! :)