Skip to content
Snippets Groups Projects
Commit a4cbd81f authored by Ann-Kathrin Margarete Edrich's avatar Ann-Kathrin Margarete Edrich
Browse files

Update README.md

parent 9a545767
Branches
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ Shire was developed as part of the [KISTE Project](https://kiste-project.de/)
<!-- GETTING STARTED -->
## Getting Started
Please make sure to set up a virtual environment before installing the prerequisites. This is important as some packages might have dependencies among each other. Furthermore, the current version of the framework still uses numpy.interp2d which has recently been announced to be deprecated.
Please make sure to set up a virtual environment before installing the prerequisites. This is important as some packages might have dependencies among each other. Furthermore, the current version of the framework still uses numpy.interp2d which has recently been announced to be deprecated.
The framework was developed using Python 3.7
......@@ -112,7 +112,7 @@ Then, clone the repository to your local system and you are ready to go.
The framework has been developed and tested on a MacBook Pro using MacOS Monteray 12.7. Testing of the framework on other operating systems is planned.
There are known issues with using the tkinter python package which is used for the gui in the python editor Spyder. In that case it is recommended to start the script from the command line using
There are known issues with using the tkinter python package which is used for the gui in the python editor Spyder. Therefore, it is recommended to launch the script from the command line using
```sh
python shire.py
```
......@@ -145,7 +145,6 @@ Please refer to the documentation in Docs which summarises all necessary prepera
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment