Skip to content

Commit

Permalink
Fix init & load submodules cmd, upd scripts annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
emnigma authored and gsvgit committed Jan 25, 2024
1 parent f6981ac commit 350efe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Python infrastructure to train paths selectors for symbolic execution engines.


This repository contains submodules, so use the following command to get sources locally.
```
git clone --recurse-submodules https://github.com/gsvgit/PySymGym.git
```sh
git submodule update --init --recursive
```

Build .net game server (V#)
```
```sh
cd GameServers/VSharp
dotnet build -c Release
```
Expand All @@ -36,6 +36,6 @@ Then follow installation instructions provided on [torch](https://pytorch.org/ge
## Linting tools

Install [black](https://github.com/psf/black) code formatter by running following command in repo root to check your codestyle before committing:
```bash
```sh
pip install pre-commit && pre-commit install
```

0 comments on commit 350efe5

Please sign in to comment.