浏览代码

Add install instructions

JoostSijm 4 年之前
父节点
当前提交
e8cafeb51f
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -1,6 +1,13 @@
 # Rival-Regions-Wrapper
 This library will functions as an API wrapper for interaction with Rival Regions.
 
+## Install
+When using pipenv you can install this package with the following command:
+
+```
+pipenv install -e git+https://github.com/jjoo914/rival_regions_wrapper#egg=rival_regions_wrapper
+```
+
 ## Middleware
 The API wrapper uses middleware to decide where how to send the request.
 Middlewares can also be used to write direct requests to Rival Regions.