Skip to content

Commit

Permalink
Update imports and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypr committed Sep 16, 2022
1 parent 7f823f3 commit be5681b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -e catanatron_core
pip install -e catanatron_compiled
pip install -e catanatron_gym
pip install -e catanatron_server
pip install -e catanatron_experimental
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e catanatron_core
pip install -e catanatron_compiled
pip install -e catanatron_gym
- name: Inline test
run: |
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.paperspace
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN python3.8 -m pip install -r dev-requirements.txt
# it separately, here:
COPY . .
RUN python3.8 -m pip install -e catanatron_core
RUN python3.8 -m pip install -e catanatron_compiled
RUN python3.8 -m pip install -e catanatron_gym
RUN python3.8 -m pip install -e catanatron_server
RUN python3.8 -m pip install -e catanatron_experimental
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN pip install --upgrade pip

COPY . .
RUN pip install -e catanatron_core
RUN pip install -e catanatron_compiled
RUN pip install -e catanatron_server
RUN pip install -e catanatron_gym
RUN pip install -e catanatron_experimental
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Create a virtual environment with Python3.8 or higher. Then:
```
pip install -r dev-requirements.txt
pip install -e catanatron_core
pip install -e catanatron_compiled
pip install -e catanatron_server
pip install -e catanatron_gym
pip install -e catanatron_experimental
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"!git clone https://github.com/bcollazo/catanatron.git\n",
"!pip install -r catanatron/dev-requirements.txt\n",
"!pip install -e catanatron/catanatron_core\n",
"!pip install -e catanatron/catanatron_compiled\n",
"!pip install -e catanatron/catanatron_server\n",
"!pip install -e catanatron/catanatron_gym\n",
"!pip install -e catanatron/catanatron_experimental\n",
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.6
zipp==3.8.1
-e catanatron_core
-e catanatron_compiled
-e catanatron_gym
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-e catanatron_core
-e catanatron_compiled
-e catanatron_server
-e catanatron_gym
-e catanatron_experimental
Expand Down

0 comments on commit be5681b

Please sign in to comment.