crayon
crayon copied to clipboard
How can I use crayon on my own PC? (not a server or client machine)
I have a computer with GPU, and run my programs on it. I don't have a server or client machine, just one PC. How could I install crayon in this situation?
Hi there,
Crayon can run anywhere, you just need to be able to start multiple processes (e.g. one would be the crayon server process, and the other the process initialising the client object).
@edran Thanks a lot! Did you mean that I should install both server&client crayon on my PC, and start multiple processes?
Indeed :)
Could you show me more details? I don't know how to start multiple processes. How can I set the hostname--- cc = CrayonClient(hostname="server_machine_address")
? @squirrel233 @edran