Skip to content

Commit

Permalink
fix slides
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed May 19, 2023
1 parent c6d9fe2 commit 777eabe
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions docker/opensource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
```


0 comments on commit 777eabe

Please sign in to comment.