Error installing frappe-client

Its a ubuntu 16 easy install production. I have tried differnernt cmd commands like using the 2 different frappe-client url and also the plain frappe-client without the github repository.

frappe@vps179985:~/frappe-bench$ bench get-app frappe_client https://github.com/ frappe/frappe-client/tree/master/frappeclient
INFO:bench.app:getting app frappeclient
INFO:bench.utils:git clone https://github.com/frappe/frappe-client/tree/master/f rappeclient --depth 1 --origin upstream
fatal: destination path ‘frappeclient’ already exists and is not an empty direct ory.
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 722, in ca ll
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1066, in inv oke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 895, in invo ke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 535, in invo ke
return callback(*args, **kwargs)
File “/home/frappe/.bench/bench/commands/make.py”, line 40, in get_app
get_app(git_url, branch=branch)
File “/home/frappe/.bench/bench/app.py”, line 123, in get_app
cwd=os.path.join(bench_path, ‘apps’))
File “/home/frappe/.bench/bench/utils.py”, line 153, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git clone https://github.com/frappe/frappe-clien t/tree/master/frappeclient --depth 1 --origin upstream
frappe@vps179985:~/frappe-bench$ ^C
frappe@vps179985:~/frappe-bench$

Solved that part of the problem. Even though It threw up errors each time I did the request It did install. Now the only problem is that I cant install the app to the site because

Could not find app “frappe-client”
frappe@vps179985:~/frappe-bench$

@blueduck frappe-client is not a frappe app!

frappeclient is already bootstrapped inside frappe if you need it.

I knew that frappe had rest api. I just thought this was some kind of addition to do so.