-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added suggestions.improvement.txt with suggestions #550
base: main
Are you sure you want to change the base?
Conversation
I then followed instructions and typed in | ||
./venv/Scripts/activate | ||
|
||
I struggled for a while but when I accidentally used the \ rather than a / and walla, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah usually windows that prefers backslash, we could add an alternative installation step for windows
I struggled for a while but when I accidentally used the \ rather than a / and walla, | ||
everything worked fine in that I installed the directories and files as expected. | ||
|
||
It may be an idea to update the installation manual -> 07-02-2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it is up to date, its just it doesnt cover every OS separately at the moment. Pretty sure it doesnt work on macos even with docker
Also the installation manual does not have a date on it | ||
Suggestions: | ||
============== | ||
2. A requirements.txt doc for simplicity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah thats not a bad idea, we could have an alternative to poetry for ease of installation. I know poetry is the cause of most installation issues and the worst to debug
============== | ||
2. A requirements.txt doc for simplicity | ||
3. Platform/Operating system not listed anywhere | ||
4. main.py??? --> what and where is the entry point of the program |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use Django, they don't use a "main" file. https://www.djangoproject.com/start/
2. A requirements.txt doc for simplicity | ||
3. Platform/Operating system not listed anywhere | ||
4. main.py??? --> what and where is the entry point of the program | ||
5. External libraries - I seem to have found the requirements.txt - Please update me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a requirements.txt
6. I have spotted some dll's and no date on this project. How long has this project | ||
been around and would you like some help refactoring and make project more accessible? | ||
|
||
I still don't know how to start up project. And I have been through every single folder in project, read |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the documentation, listed on the readme
Would you be able to create an issue (suggestion) for this rather than a Pull Request? We can address each of the points separately and get them fixed. Thanks :) |
I was able to fork clone and inspect files locally on my computer, but unable to start up program. Please see suggestions.improvemnt,txt for questtions and suggestions