-
Notifications
You must be signed in to change notification settings - Fork 92
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
Chore/Updated makefile and readme for Windows. #273
Chore/Updated makefile and readme for Windows. #273
Conversation
Merge develop into main.
Hotfix/Merge develop into main.
Release 0.1.0
## What? [Updated makefile and readme] ## Why? [Easier installation for Windows] ## How? [] ## Extra []
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.
Thanks @Nashlen! 🔥 Congrats on your first PR. Did we confirm that everything still works on Linux as well?
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.
Congrats on your first PR @Nashlen 🥳 👐
This still worked on my side. Just a minor comment on the string in the readme.
README.md
Outdated
@@ -159,6 +159,10 @@ We have tested `mava` on Python 3.6, 3.7 and 3.8. | |||
```bash | |||
make build | |||
``` | |||
For Windows, before the docker image build, we recommend to first install the package manager [chocolatey](https://chocolatey.org/install) and run: |
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.
I would make this a little clearer. ...install the package manager [chocolatey](https://chocolatey.org/install) and run [to install make]:
Updated readme to make it a little clearer.
What?
Updated makefile and readme.
Why?
Easier installation for Windows.
How?
Extra