Dashdot is an open-source software package developed for prediction and prescription of herbicide resistance in weed populations. In this tutorial, we will walk through a step-by-step guide on how to install dashdot on a Windows 10 operating system.
Before we proceed with the installation process of dashdot, we need to install the following prerequisites on our Windows 10 computer:
Python 3.8 or higher
Git
Virtualenv
Once we have installed the prerequisites, follow the steps below to install dashdot:
Open the Command Prompt as an Administrator. To do this, press the Windows key and type "cmd". Right-click on "Command Prompt" and select "Run as administrator".
Create a new virtual environment in which we will install dashdot by typing the following command:
virtualenv dashdot-env
dashdot-env\Scripts\activate
cd path\to\directory
git clone https://github.com/MauriceNino/dashdot.git
cd dashdot
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Performing system checks...
System check identified no issues (0 silenced).
June 01, 2021 - 10:00:00
Django version 3.2.4, using settings 'dashdot.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Congratulations! You have successfully installed dashdot on your Windows 10 operating system. You can now access the dashdot web application by opening a web browser, navigating to http://127.0.0.1:8000/, and start using it.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!