Skip to content

Commit

Permalink
feat: added in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
8ball030 committed May 8, 2024
1 parent d415b62 commit 3348ecb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ This is a Python client for the 100x API. It is a simple wrapper around the API,
## Installation
```bash
pip install hundred-x
``

## Running a dockerised environment
```bash
docker buildx build --platform linux/amd64 . -t test
# now we have the dependencies installed,
# we can mount the current directory and run the tests against the dockerised environment
docker run -v (pwd):/app -it test
```

0 comments on commit 3348ecb

Please sign in to comment.