If you have Faraday Client and Server running in the same box and you are using community, run:
$ git pull
$ python setup.py install
$ faraday-manage migrate
That's it! You're ready to go!
If you have Faraday Client and Server running in different boxes, update them separately:
- Faraday Server update commands:
git pull
pip install -r requirements_server.txt -U
faraday-manage migrate
- Faraday Client update commands:
git pull
python setup.py install
faraday-client
Once you have installed Faraday, you can take a look at the new Faraday's commands.
If you have a Professional or Corporate version of Faraday, please head over to our Knowledge Base for information on updating your instance.
Faraday v3.8.0 brings a new way to run Faraday. Take a look at the new Faraday's commands here.