Installation
This guide will show you how you can get Fluentix installed on your device.
I. Quick + Easy (recommended)
As the name suggests, we have 2 options for this, quick and easy:
1. All-in-one installers (recommended)
This method will install Fluentix via an installer that will get everything ready for you and get Fluentix running correctly easily.
Video Tutorial:
You can follow this tutorial (made by us):
Supported OS: Windows, Macs, Linux, Ubuntu
2. Zip Download
Before you start: Make sure you have those components installed correctly before starting:
- Python - Get latest version.
This method will install Fluentix via Fluentix’s source code zip.
After you downloaded the zip, unzip it in a desired folder (a folder that you would not accidentally delete) and let terminal/cmd (administrator command prompt: a command prompt ran with admin privileges) got in that directory.
Now, type the following in the cmd/terminal:
- Windows:
python setup.py
(admin provileges else it will have permission error) - Mac/Linux:
sudo python setup.py
(then enter your password)
If you’ve installed Fluentix correctly, it should show you this:
To check if Fluentix is successfully installed, type in the following command:
This command is made to double-check if you’ve install it correctly. Image below shows a successfull installation of Fluentix.
That concludes on how to install Fluentix on your device, method 1: Quick + Easy.
II. Fast
This method will install Fluentix via git
.
Make sure you have those components installed correctly before procceeding:
After you have those installed, create a folder somewhere safe (and likely won’t get deleted by you), make terminal/cmd in that directory.
Then, type the following command:
Then the desired folder will soon be filled with Fluentix source code. Wait for it to complete before proceeding.
When it completes, type the following in the cmd/terminal:
- Windows:
python setup.py
(admin provileges else it will have permission error) - Mac/Linux:
sudo python setup.py
(then enter your password)
If you’ve installed Fluentix correctly, it should show you this:
To check if Fluentix is successfully installed, type in the following command:
This command is made to double-check if you’ve install it correctly. Image below shows a successfull installation of Fluentix.
That concludes on how to install Fluentix on your device, method 2: Fast.
Troubles installing? Try revisiting the FAQs and then ask our community in our official discord.