Open
Description
Upload open source flow stack (SUMO + flow + RLlib) to Pypi and Anaconda cloud, such that one can install the library and the entire dependencies with either pip install flow
or conda install flow
.
This can be broken down into the following tasks:
- Obtain ownership of the package name
flow
on Pypi - Obtain ownership of the package name
flow
on Anaconda Cloud - Package for Python 3.5 on Linux
- Package for Python 3.5 on OS X
- Package for Python 3.6 on Linux
- Package for Python 3.6 on OS X
- Package for Python 3.7 on Linux
- Package for Python 3.7 on OS X
- Upload to Pypi
- Upload to Anaconda Cloud