-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update opensource.md #22
Conversation
Added instructions for creating docker containers for the following projects: sanic-restful nbt-structure-utils penn toml_tools dialogy
``` | ||
git clone [email protected]:skit-ai/dialogy.git | ||
cd dialogy | ||
docker run -it --name dialogy_test -w /opt -v <working directory>\dialogy:/opt python:3.11 bash |
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.
Instead of -v <working directory>\dialogy
write -v $(pwd)
And if you'd like, you can add a further example for Windows as well.
$ pip install poetry (opened a [PR](https://github.com/skit-ai/dialogy/pull/194)) for adding this command | ||
$ poetry install | ||
$ make test | ||
``` |
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.
So this was mostly already there, right?
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.
Yap
That's right.
Added the installation command for poetry.
בתאריך יום ו׳, 28 באפר׳ 2023 ב-11:32 מאת Gábor Szabó <
***@***.***>:
… ***@***.**** commented on this pull request.
------------------------------
In docker/opensource.md
<#22 (comment)>:
>
+```
+git clone ***@***.***:skit-ai/dialogy.git
+cd dialogy
+docker run -it --name dialogy_test -w /opt -v <working directory>\dialogy:/opt python:3.11 bash
+# Activate your virtualenv, you can also let poetry take care of it.
+$ pip install poetry (opened a [PR](skit-ai/dialogy#194)) for adding this command
+$ poetry install
+$ make test
+```
So this was mostly already there, right?
—
Reply to this email directly, view it on GitHub
<#22 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANGBDLN5MJ5A66KHMWHEDHDXDN6AHANCNFSM6AAAAAAXO4WIKQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think your version will be used more commonly.
בתאריך יום ו׳, 28 באפר׳ 2023 ב-11:23 מאת Gábor Szabó <
***@***.***>:
… ***@***.**** commented on this pull request.
------------------------------
In docker/opensource.md
<#22 (comment)>:
>
+```
+git clone ***@***.***:skit-ai/dialogy.git
+cd dialogy
+docker run -it --name dialogy_test -w /opt -v <working directory>\dialogy:/opt python:3.11 bash
Instead of -v <working directory>\dialogy write
-v $(pwd)
And if you'd like, you can add a further example for Windows as well.
—
Reply to this email directly, view it on GitHub
<#22 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANGBDLKE7DQ2IU55G2ZWJBTXDN5AXANCNFSM6AAAAAAXO4WIKQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Added instructions for creating docker containers for the following projects: sanic-restful
nbt-structure-utils
penn
toml_tools
dialogy