Skip to content
Snippets Groups Projects
Commit dd391bbf authored by Martin's avatar Martin
Browse files

added installion to the readme

parent 44c78787
No related branches found
No related tags found
No related merge requests found
Pipeline #108049 failed
...@@ -4,6 +4,23 @@ Program for building and simulating processors. Build architectures easily with ...@@ -4,6 +4,23 @@ Program for building and simulating processors. Build architectures easily with
# Documentation # Documentation
https://da.gitlab-pages.liu.se/simudator/ https://da.gitlab-pages.liu.se/simudator/
# Installation
Create a virtual environments with:
`python -m venv path/to/venv`
Enter the virtual environments and run:
`pip install -ve .`
The project requires either pyqt5 or pyqt6. Install one of them.
Now run a processor such as mia, by running the command:
`python src/simudator/processor/mia/mia.py`
# Implementation details # Implementation details
## Modules and Signals ## Modules and Signals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment