-
Notifications
You must be signed in to change notification settings - Fork 26
Usage (Windows)
Charlie Revett edited this page May 14, 2018
·
1 revision
This page outlines how to use the project on a Windows machine.
Due to Windows not having Makefile support, you have to instead run the underlying Docker commands manually.
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
If anything on this page is incorrect or does not work, then please raise a new Github issue!