Installing Neopo on Windows


Install Windows Dependencies

Download and install Python, and Git. When installing Python, make sure to check the box to add Python to the PATH.

Installing Neopo in Command Prompt

Clone the neopo repository:

$ git clone https://github.com/nrobinson2000/neopo

Install the neopo package with Pip:

$ cd neopo
$ pip3 install .

Install neopo dependencies:

$ neopo install

Begin using neopo

To get started with neopo, please refer to the Quick Reference.

For descriptions of all available commands, please refer to the Complete Reference.

For classic documentation, please refer to the online man page.

For additional help, please open an issue in the nrobinson2000/neopo repository on GitHub.