-
-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
07-02-2025 | ||
|
||
In the Installation manual, While I was Installing the project using pycharm on | ||
Windows 10, and using the terminal, following the instructions, I typed in | ||
1. Create a virtual environment and activate it | ||
|
||
python -m venv ./venv/ --> that worked | ||
|
||
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, | ||
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 commentThe 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 commentThe 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 |
||
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 commentThe 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/ |
||
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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. View the documentation, listed on the readme |
||
README.md, security.md, pyproject.toml ???. |
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