Darren Spruell

Results 3 comments of Darren Spruell

Confirming: * Redis server is running: $ ps uaxwww |grep redi[s] darrenspruell 1195 0.0 0.0 5005312 356 ?? S Sat04PM 2:18.81 /usr/local/opt/redis/bin/redis-server 127.0.0.1:6379 * BTG is installed in a Python...

To recreate the above on macOS: ``` brew install python redis brew services start redis python3 -mvenv ~/venv.d/btg_py3 ~/venv.d/btg_py3/bin/pip3 install -r requirements.txt ~/venv.d/btg_py3/bin/pip3 install . ~/venv.d/btg_py3/bin/btg 8.8.8.8 ```

Looking at implementing an API client integration with this library - any prospects for having this bumped/merged soon?