Doublegram Spread is not an installable program. It is a Python script that you can run on your computer or on a VPS server.
-
Download Doublegram Spread:
Doublegram Spread is available for purchase and download from your profile, in the devices section.
-
Extract and run:
- Extract the downloaded ZIP file to your preferred location.
- Open the terminal and navigate to the extracted folder using the
cdcommand.
For example:cd Downloads/DoublegramsSpread - Linux: Right-click on the folder and select Open in Terminal.
- Windows: Shift + Right-click on the folder and select "Open PowerShell window here".
- MacOS: Right-click on the folder and select "Open in Terminal".
- Install dependencies with:
pip install -r requirements.txt - Start Doublegram Spread with:
python app.py - Open your browser and go to
http://localhost:5003
To open the terminal in the correct folder you can also:
-
VPS installation (recommended):
- Upload the folder to your VPS via FTP or SCP.
- Connect to the VPS via SSH and navigate to the folder.
- Install dependencies with:
pip install -r requirements.txt - Start with
screento keep the process running after disconnecting:screen -S spreadpython app.py - To reattach to the screen session use:
screen -r spread
How to install Doublegram Spread