Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Developer Guide
authored
Aug 10, 2021
by
Brian
Show whitespace changes
Inline
Side-by-side
Developer-Guide.md
View page @
303afaa3
...
...
@@ -23,20 +23,6 @@ As stated above, SCDV uses [Poetry][] to manage dependencies and requirements. S
While there are many ways to configure your development environment, the following methods are known to work/repeatable.
##### I know what I'm doing quickstart
```
bash
mkdir
-p
scmodding/
{
tools,frameworks
}
/
cd
scmodding
git clone git@gitlab.com:scmodding/tools/scdv.git tools/scdv
git clone git@gitlab.com:scmodding/frameworks/scdatatools.git frameworks/scdatatools
cd
tools/scdv
poetry
install
poetry run python
-m
pip
install
-e
../../frameworks/scdatatools
```
### System Dependencies
#### Windows
...
...
...
...