Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
vishwa2710 and lucas-bremond authored May 16, 2024
1 parent 663931a commit 6c0358d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Once the container is running, access [http://localhost:8888/lab](http://localho

## Using OSTk in your applications

To help jump-start using OSTk, here is a simple docker image that you can use to create your applications.
To help jump-start using OSTk, here is a simple Docker image that you can use to create your applications.

### Docker

Expand Down Expand Up @@ -123,7 +123,6 @@ requires-python = ">=3.11"
dynamic = ["version"]

dependencies = [
# Public libraries
"open-space-toolkit-simulation~=X.Y.Z",
]

Expand All @@ -138,13 +137,12 @@ dev = [

You can then build the Docker image via:
```
docker build . -t my_OSTk_app
docker run -it --rm my_OSTk_app
docker build . -t my-app
docker run -it --rm my-app
```

Enjoy!


## Contributing

Contributions are more than welcome!
Expand Down

0 comments on commit 6c0358d

Please sign in to comment.