Orses client application for end user interaction with the Orses network and blockchain
Make sure python 3.6+ is installed. if not go to: https://www.python.org/downloads/ When installing be sure to check to include python in Path
For Windows 10 Users, installation of Microsoft Visual C++ build tools might be necessary ( 6gb file).
-
clone the repository OR download and extract the repository to your folder of choosing ( right click folder and choose 'extract here') can also open zipped folder moved extract to any folder of choosing
-
open main folder of repository, should be named "Orses_Client_master". right click and choose 'open in terminal'. OR
-
Open a terminal and cd into that folder.
-
once in Orses_Client_master folder, run: sudo pip install -r requirements.txt
-
enter user password. This command should install dependecies
-
once installed. start script by running: python Command_Line_Interface.py
- clone the repository or download an extract the repository (zip file). if not able to extract might need a zip file opener.
- open a command prompt, this can be done by typing 'cmd' into search or right clicking start button and choosing command prompt
- cd into folder (if downloaded and extracted into downloads folder, then cd into downloads folder)
- Once in folder, run: pip install -r requirements.txt (or pip3 install -r requirements.txt)
- This should install the dependencies. IF eroor occurs saying 'Microsoft Visual C++ 14.0 required", then your computer does not have the visual c++ build tools and it must be installed. Please check below for how to install these tools
- if no error occurred(or visual c++ 14.0 has been installed and error erased) then run: python Command_Line_Interface.py
To install Microsoft Visual C++ build tools:
- go to: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017
- Download and install the 'Build Tools for Visual Studio 2017' make sure SDK for windows version is checked (should be by default)
- restart command prompt (or might have to restart computer)
- follow the windows 10 instructions starting form #3.