Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Contributing to aioelasticsearch
  2.  
  3. There you will find full description to get aioelasticsearch library up and ready.
  4.  
  5. ## The main steps:
  6. ### On Linux
  7. 1. Clone this github repo
  8. 1. Create virtual env for that project
  9. ```bash
  10. virtualenv -p python3 {NAME}
  11. ```
  12. Also you can use another method, like [venv](https://docs.python.org/3/library/venv.html).
  13. 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement