Skip to content

Adam-Software/AdamServices.RemotePythonExecution

Repository files navigation

AdamServices.RemotePythonExecution

.NET Build And Publish Release
GitHub License GitHub Release

A service for remote execution of python code using the QuickCode client or AdamStudio

Use the shared wiki to find information about the project.

For users

Permanent links to releases

  • Windows [x64]

    https://github.com/Adam-Software/AdamServices.RemotePythonExecution/releases/latest/download/RemotePythonExecution.win64.portable.zip
    
  • Linux [arm64]

    https://github.com/Adam-Software/AdamServices.RemotePythonExecution/releases/latest/download/RemotePythonExecution.arm64.portable.zip
    
  • Windows [x64]

    • Download using the permalink
    • Unzip and run RemotePythonExecution.exe
  • Linux [arm64]

    • Download using the permalink
      wget https://github.com/Adam-Software/AdamServices.RemotePythonExecution/releases/latest/download/RemotePythonExecution.arm64.portable.zip
    • Unzip and make the RemotePythonExecution file executable
      unzip RemotePythonExecution.arm64.portable.zip -d RemotePythonExecution && chmod +x RemotePythonExecution/RemotePythonExecution
    • Run CheckingAvailability
      cd RemotePythonExecution && ./RemotePythonExecution

Optional command line arguments

--help            Display this help screen.
--version         Display version information.