mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 08:53:49 +00:00
consistency
This commit is contained in:
parent
7b0fd355ad
commit
d986698d83
@ -6,8 +6,8 @@ These are basic example scripts on the usage of the Matrix itself.
|
|||||||
|
|
||||||
Unfortunately, there is no known way to run the provided scripts as is due to the projects directory structure. However, you can still run the scripts with a little bit of a workaround:
|
Unfortunately, there is no known way to run the provided scripts as is due to the projects directory structure. However, you can still run the scripts with a little bit of a workaround:
|
||||||
|
|
||||||
1. Copy the directory `deps/samples/` to some other, well known place.
|
1. Copy the directory `deps/samples/` to some other, well known place
|
||||||
2. Copy the file `deps/samplebase.py` into the `samples` copy you just created.
|
2. Copy the file `deps/samplebase.py` into the `samples` copy you just created
|
||||||
3. Find and replace all references to the common library `samplebase.py`:
|
3. Find and replace all references to the common library `samplebase.py`:
|
||||||
|
|
||||||
- The erroneous imports should look like this:
|
- The erroneous imports should look like this:
|
||||||
@ -28,7 +28,7 @@ Unfortunately, there is no known way to run the provided scripts as is due to th
|
|||||||
sudo python3 <script>.py
|
sudo python3 <script>.py
|
||||||
```
|
```
|
||||||
|
|
||||||
- **NOTE:** You may need to specify all kinds of different flags or arguments to run the matrix correctly. For usage, please refer to any of the scripts, followed by the flag `--help`.
|
- **NOTE:** You may need to specify all kinds of different flags or arguments to run the matrix correctly. For usage, please refer to any of the scripts, followed by the flag `--help`
|
||||||
|
|
||||||
## Example Command
|
## Example Command
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user