maxbbraun / accent

Accent Smart Picture Frame
https://accent.ink
MIT License
199 stars 16 forks source link

Error deploying the server #10

Open KianYeo opened 4 years ago

KianYeo commented 4 years ago

Hi,

I am a beginner with python and GCP. I am following the steps to deploy the server and when I am at this step: cd server && python3 -m venv venv && . venv/bin/activate

I am getting the error: '.' is not recognized as an internal or external command, operable program or batch file.

Do you know what is wrong? Thanks in advance.

maxbbraun commented 4 years ago

Maybe you're on a Windows machine? The instructions are all for Linux.

KianYeo commented 4 years ago

That could be the problem. Thanks. I will try to figure out the correct commands on Windows. Hope to get it working soon!