the-aerospace-corporation / brainblocks

Practical Tool for Building ML Applications with HTM-Like Algorithms
GNU Affero General Public License v3.0
61 stars 13 forks source link

Added batch scripts to ease build on Windows #2

Closed Qubitza closed 4 years ago

Qubitza commented 4 years ago

I transcoded the shell scripts to ease building on Windows.

I was able to build an install brainblocks using the install.bat.

Furthermore, all 11 tests passed.

jacobeverist commented 4 years ago

Can you add Windows instructions to the README for using these files? Any particular instructions you would recommend for setting up your Windows environment?

You can break up the "Usage" section into a Linux/MacOS instructions subsection and a Windows instructions subsection.

Qubitza commented 4 years ago

The only diferrence occurs while installing, so I broke up the Install section. The rest worked out of the box.

As the commands are nearly identical, maybe one could create python scripts instead of bash and shell?