21 lines
483 B
Markdown
21 lines
483 B
Markdown
---
|
|
sidebar_position: 2
|
|
---
|
|
|
|
# Install
|
|
|
|
## Requirements
|
|
|
|
MycroForge has the following dependencies.
|
|
|
|
- bash
|
|
- git
|
|
- Python3 (3.10)
|
|
- Docker
|
|
|
|
### Windows
|
|
|
|
To simplify the implementation of this tool, it assumes that it's running in a POSIX compliant environment.
|
|
MycroForge has been developed and tested on Windows in WSL2 Ubuntu 22.04.03.
|
|
So when running on Windows, it's recommended to run MycroForge in the same environment or atleast in a similar WSL2 distro.
|