move your hyde web site to another computer

hyde-site

Install Python

Check out How to install Python 2.7.15 and 3.6.5 on Windows 10. hyde based on Python2. The important thing is Python 2 executable file name has to python.exe.

Use hyde

  1. Open the cmd console and enter the command:
    pip install hyde.
  2. Change directory to your web site folder.
    cd your_site
    
  3. Start the website. Go to URL http://localhost:8080/ to view your site.
    >hyde serve