-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -477,14 +477,16 @@ 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 | ||
# Activate your virtualenv, you can also let poetry take care of it. | ||
$ pip install poetry (opened a [PR](https://github.com/skit-ai/dialogy/pull/194)) for adding this command | ||
$ pip install poetry (opened a [PR](https://github.com/skit-ai/dialogy/pull/194)) for adding this command | ||
$ poetry install | ||
$ make test | ||
``` | ||
|
||
## Python [toml_tools](https://github.com/JamesParrott/toml_tools) | ||
{id: docker-python-toml_tools} | ||
{id: docker-python-toml-tools} | ||
|
||
Have contributors file instructions | ||
|
||
``` | ||
git clone https://github.com/JamesParrott/toml_tools | ||
cd toml_tools | ||
|
@@ -493,13 +495,14 @@ $ pip install --upgrade pip | |
$ pip install tox | ||
$ tox -e py | ||
``` | ||
|
||
|
||
## Python [penn](https://github.com/interactiveaudiolab/penn) | ||
{id: docker-python-penn} | ||
There is no contribution file, but there is an explanation of how to clone and run the project in the readme file. | ||
|
||
There is no contribution file, but there is an explanation of how to clone and run the project in the readme file. | ||
Added a [contribution.md](https://github.com/interactiveaudiolab/penn/pull/4) file with the following instructions: | ||
|
||
``` | ||
git clone https://github.com/interactiveaudiolab/penn | ||
cd penn | ||
|
@@ -508,26 +511,26 @@ $ pip install -r requirements.txt && pip install -e . | |
``` | ||
|
||
## Python [nbt-structure-utils](https://github.com/BenBenBenB/nbt-structure-utils) | ||
{id: docker-python-nbt-structure-utils} | ||
{id: docker-python-nbt-structure-utils} | ||
|
||
There is no contribution file. Added a new [PR](https://github.com/BenBenBenB/nbt-structure-utils/pull/12) for contribution file with the following instructions: | ||
|
||
``` | ||
git clone https://github.com/BenBenBenB/nbt-structure-utils | ||
cd nbt-structure-utils | ||
docker run -it --name nbt_test -w /opt -v <working directory>\nbt-structure-utils:/opt python:3.11 bash | ||
$ pip install poetry | ||
$ poetry install | ||
``` | ||
``` | ||
|
||
|
||
## Python [sanic-restful](https://github.com/linzhiming0826/sanic-restful) | ||
{id: docker-python-sanic-restful} | ||
|
||
There is no contribution file. Added a new [PR](https://github.com/linzhiming0826/sanic-restful/pull/10) for contribution file with the following instructions: | ||
|
||
There is no contribution file. Added a new [PR](https://github.com/linzhiming0826/sanic-restful/pull/10) for contribution file with the following instructions: | ||
|
||
``` | ||
git clone https://github.com/linzhiming0826/sanic-restful | ||
cd sanic-restful | ||
docker run -it --name sanic-restful_test -w /opt -v <working directory>\sanic-restful:/opt python:3.11 bash | ||
``` | ||
|
||
|