Add dependency and installation instructions#26
Add dependency and installation instructions#26marcellanz merged 3 commits intocloudstateio:masterfrom
Conversation
marcellanz
left a comment
There was a problem hiding this comment.
Thanks @sleipnir that looks good to me.
| Python 3.7.3 | ||
| > pip --version | ||
| > pip install -r requirements.txt | ||
| ``` |
There was a problem hiding this comment.
I cloned a repo and after this step, I could not start ./tck.sh but after pip install . I where.
|
|
||
| ### generate installer | ||
| ``` | ||
| ./venv/bin/python3 setup.py bdist_wheel |
There was a problem hiding this comment.
@sleipnir
I get this executing bdist_wheel. I read I need ti pip install wheel?
(venv) ➜ python-support git:(master) ✗ ./venv/bin/python3 setup.py bdist_wheel
package name: cloudstate, version: 0.5.0
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
There was a problem hiding this comment.
Yeah, after
pip install wheel
the next command installed the module.
There was a problem hiding this comment.
Yeah! That was missing to mention, but we need it if we want to publish
|
@sleipnir please find two comments above, after I tried it locally. I have nearly nothing python wise on my box, and this might be the reason the |
I made some changes, see if it's cool |
thank you @sleipnir, I can have a look tomorrow - today was a holyday and too much sun to enjoy 😀 |
|
@marcellanz Very good, enjoy |
|
Thank you @sleipnir |
|
@sleipnir oops, closed the PR yesterday without merging. fixed! |
Add dependency and installation instructions
No description provided.