Skip to content
Snippets Groups Projects
Commit 166d879f authored by Michael Reuscher's avatar Michael Reuscher
Browse files

README Update and new entry_point

parent eebfada8
No related branches found
No related tags found
2 merge requests!4Python driver and data analysis part,!2Threading fix
......@@ -11,13 +11,13 @@ if not:
1. Navigate to /detectorwritesim/controller
2. Create a new Python3.9 or higher virtual environment:
python3 -m venv cenv
python3 -m venv visualizerenv
3. Activate the environment:
source cenv/bin/activate
source visualizerenv/bin/activate
4. Build the controller:
python3 setup.py install
Now you have completed the setup process,
you can start the controller by entering the following command:
controller_run
\ No newline at end of file
visualizer_run
\ No newline at end of file
......@@ -14,7 +14,7 @@ setup(
],
entry_points={
'console_scripts': [
'visualizer=visualizer.main:main'
'visualizer_run=visualizer.main:main'
]
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment