We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get install python-dev libffi-dev python-setuptools
sudo easy_install pip
git clone https://github.com/OpenBazaar/OpenBazaar-Server
cd OpenBazaar-Server sudo -H pip install -r requirements.txt sudo -H pip install -r test_requirements.txt
Run checks (not required): make
make
Start the Server python openbazaard.py start --testnet
python openbazaard.py start --testnet
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'
Upgrade the requests module: sudo -H pip install --upgrade requests
requests
sudo -H pip install --upgrade requests