Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 274 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 274 Bytes

Test project to reproduce shotgunsoftware/tk-framework-adobe#36

Server (Node 15.9)

cd server
npm install
node index.js

Client (Python 3.10)

  • Create/activate venv
cd client
pip install -r requirements.txt
python client.py