minutes icon indicating copy to clipboard operation
minutes copied to clipboard

Make Minutes pip Installable

Open chadlagore opened this issue 7 years ago • 1 comments

Here is the basic "pip install minutes" at the moment:

source activate py36
python setup.py install
cd ..  # Go elsewhere
python
Python 3.6.4 | packaged by conda-forge | (default, Dec 23 2017, 16:54:01)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import minutes
ModuleNotFoundError: No module named 'minutes.models'

We need to package the static files up with the module. There are probably other things we need to do 😄

chadlagore avatar Jun 01 '18 04:06 chadlagore

@chadlagore how did you fix this issue. I am getting the same error.

Nitika123 avatar Dec 26 '19 05:12 Nitika123