Skip to content

Commit aec41df

Browse files
committed
2 parents e04c77e + 39c464d commit aec41df

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,41 @@
22
[![.NET Build And Publish Release](https://github.com/Adam-Software/AdamServices.RemotePythonExecution/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Adam-Software/AdamServices.RemotePythonExecution/actions/workflows/dotnet.yml)
33
![GitHub License](https://img.shields.io/github/license/Adam-Software/AdamServices.RemotePythonExecution)
44
![GitHub Release](https://img.shields.io/github/v/release/Adam-Software/AdamServices.RemotePythonExecution)
5+
6+
A service for remote execution of python code using the QuickCode client or AdamStudio
7+
8+
Use the shared [wiki](https://github.com/Adam-Software/AdamServices.Utilities.Managment/wiki) to find information about the project.
9+
10+
## For users
11+
### Permanent links to releases
12+
* **Windows [x64]**
13+
```
14+
https://github.com/Adam-Software/AdamServices.RemotePythonExecution/releases/latest/download/RemotePythonExecution.win64.portable.zip
15+
```
16+
* **Linux [arm64]**
17+
```
18+
https://github.com/Adam-Software/AdamServices.RemotePythonExecution/releases/latest/download/RemotePythonExecution.arm64.portable.zip
19+
```
20+
21+
* **Windows [x64]**
22+
* Download using the [permalink](#permanent-links-to-releases)
23+
* Unzip and run RemotePythonExecution.exe
24+
25+
* **Linux [arm64]**
26+
* Download using the [permalink](#permanent-links-to-releases)
27+
```bash
28+
wget https://github.com/Adam-Software/AdamServices.RemotePythonExecution/releases/latest/download/RemotePythonExecution.arm64.portable.zip
29+
```
30+
* Unzip and make the RemotePythonExecution file executable
31+
```bash
32+
unzip RemotePythonExecution.arm64.portable.zip -d RemotePythonExecution && chmod +x RemotePythonExecution/RemotePythonExecution
33+
```
34+
* Run CheckingAvailability
35+
```bash
36+
cd RemotePythonExecution && ./RemotePythonExecution
37+
```
38+
### Optional command line arguments
39+
```cmd
40+
--help Display this help screen.
41+
--version Display version information.
42+
```

0 commit comments

Comments
 (0)