Skip to content

Commit 9e0a2ef

Browse files
author
akuryou
authored
Merge pull request #5 from tradebyte/feature/shell-cmd
add shell command for ipython
2 parents 8aca4d9 + 08c527b commit 9e0a2ef

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ mysql:
4040

4141
myadmin:
4242
browse http://localhost:8081
43+
44+
shell:
45+
docker-compose run --rm py ipython

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ make lint
5151
make install_pre_commit
5252
```
5353

54+
## Starting an interactive python console
55+
56+
```shell
57+
make shell
58+
```
59+
5460
## Running custom commands in the python container
5561

5662
```shell

0 commit comments

Comments
 (0)