Move your hyde web site to another computer
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
- Open the cmd console and enter the command:
pip install hyde
. - Change directory to your web site folder.
cd your_site
- Start the website. Go to URL http://localhost:8080/ to view your site.
>hyde serve