Doublegram Spread How to install Doublegram Spread

  1. Download Doublegram Spread:
  2. Extract and run:
    • Extract the downloaded ZIP file to your preferred location.
    • Open the terminal and navigate to the extracted folder using the cd command.
      For example: cd Downloads/DoublegramsSpread
    • Install dependencies with:
      pip install -r requirements.txt
    • Start Doublegram Spread with:
      python app.py
    • Open your browser and go to http://localhost:5003
  3. 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 screen to keep the process running after disconnecting:
      screen -S spread
      python app.py
    • To reattach to the screen session use:
      screen -r spread