-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Akash R Chandran edited this page Jan 12, 2023
·
7 revisions
Let's try to install syrics on your local machine
You'll require to have Python installed on your device to run the program.
sudo apt update
sudo apt upgrade
sudo apt install python3 python3-pip
apt update
apt upgrade
pkg install python
If you haven't already installed Homebew: Run
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install python
Now install a stable Python 3.6+ release from python.org and remember to install the right x64 or x86 according to your PC.
Make sure to check the box Add Python 3.6 to the PATH!
while installation setup.
We will make use of pip, a python package manager.
pip install syrics
For some linux based operating systems, you may need to specify pip version.
pip3 install syrics
pip install syrics --upgrade
or for some linux based operating systems, you may need to specify pip version.
pip3 install syrics --upgrade