Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ar_sandbox_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AR_Sandbox
ar_sandbox_python
Commits
f7648d92
Commit
f7648d92
authored
2 years ago
by
Alexis Durgnat
Browse files
Options
Downloads
Patches
Plain Diff
Document how to run the sandbox on the demo computer
parent
0da6c504
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-0
16 additions, 0 deletions
README.md
with
16 additions
and
0 deletions
README.md
+
16
−
0
View file @
f7648d92
...
...
@@ -29,3 +29,19 @@ python3 -m pip install sphinx sphinx_rtd_theme
cd
./docs
make html
```
# Running the demo app on the sandbox computer
To correctly import the wrapper on the demo machine, please follow theses steps :
On the desktop, open the "PythonSandbox" directory. There, you should find the following files :
-
`env.sh`
-
`.venv/bin/activate`
You must source theses two files within your terminal, then you may run any application which uses the wrapper.
For example, to run the demo app (a simple level display), run the following
```
bash
python test.py
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment