Skip to content

Commit

Permalink
Add iocontroller package as submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Tassone <[email protected]>
  • Loading branch information
tassoneroberto committed Jan 29, 2023
1 parent c481f75 commit 549be5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "iocontroller"]
path = iocontroller
url = [email protected]:tassoneroberto/iocontroller.git
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,19 @@ There are currently three functions available:
Clone the module, create a virtual environment and install it:

```powershell
git clone [email protected]:tassoneroberto/py7dtd.git
git clone --recurse-submodules [email protected]:tassoneroberto/py7dtd.git
cd py7dtd
py -3.10 -m venv venv
.\venv\Scripts\Activate.ps1
py -m pip install iocontroller
py -m pip install .[ai]
ltt install torch torchvision
```

Note: if you are not interested in "entities detection" or "aimbot" then you can omit `[ai]` from the above command and the `ltt install torch torchvision` command:

```powershell
py -m pip install iocontroller
py -m pip install .
```

Expand All @@ -62,6 +64,7 @@ py -m pip install .
To install the package in edit mode (for developers) specify `-e`:

```powershell
py -m pip install -e iocontroller
py -m pip install -e .[ai]
ltt install torch torchvision
```
Expand Down
1 change: 1 addition & 0 deletions iocontroller
Submodule iocontroller added at 1bb39f

0 comments on commit 549be5a

Please sign in to comment.