Skip to content

Usage (Windows)

Charlie Revett edited this page May 14, 2018 · 1 revision

What?

This page outlines how to use the project on a Windows machine.

Notes

Due to Windows not having Makefile support, you have to instead run the underlying Docker commands manually.

Steps

Change to the root directory of the project:

cd ./neo-local

Start the project:

docker-compose up -d --build --remove-orphans
docker exec -it neo-python np-prompt -p -v

Stop the project:

docker-compose down

Join our neo-local Slack channel for direct support!

Clone this wiki locally